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 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 @@ - +