From e2e083346bb542f56718cbe6a888dd5e580db27b Mon Sep 17 00:00:00 2001 From: mmsmits Date: Wed, 29 May 2024 09:59:01 +0200 Subject: [PATCH 1/2] Revert "set github package feed to 'yes' temporarily" This reverts commit ee66ac3564e9bd3ff8127f242f814d44ce105c2a. --- build/pipeline-variables.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pipeline-variables.yml b/build/pipeline-variables.yml index 2a4e86f67c..95e7dd07ae 100644 --- a/build/pipeline-variables.yml +++ b/build/pipeline-variables.yml @@ -6,4 +6,4 @@ variables: isTagBranch: $[startswith(variables['Build.SourceBranch'], 'refs/tags/v')] GITHUB_PACKAGES_APIKEY: $(GitHubPushPackagesAPIKey) # key is set in variable group APIKeys NUGET_APIKEY: $(NuGetSDKAPIKey) # key is set in variable group APIKeys - useGitHubPackageFeed: 'yes' # possible values: 'yes', 'no' \ No newline at end of file + useGitHubPackageFeed: 'no' # possible values: 'yes', 'no' \ No newline at end of file From 9931170fc5fe074f37cfa6465c929073e90a223d Mon Sep 17 00:00:00 2001 From: mmsmits Date: Wed, 29 May 2024 10:00:59 +0200 Subject: [PATCH 2/2] update metrics library to 1.3.0 --- src/Hl7.Fhir.Base/Hl7.Fhir.Base.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Hl7.Fhir.Base/Hl7.Fhir.Base.csproj b/src/Hl7.Fhir.Base/Hl7.Fhir.Base.csproj index 52cacea56c..1c03d7b45a 100644 --- a/src/Hl7.Fhir.Base/Hl7.Fhir.Base.csproj +++ b/src/Hl7.Fhir.Base/Hl7.Fhir.Base.csproj @@ -16,7 +16,7 @@ - +