Skip to content

Commit

Permalink
update pipeline to net8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsmits committed May 28, 2024
1 parent ed63ed4 commit 6c88acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
variables:
buildConfiguration: 'Release'
vmImage: 'windows-latest'
DOTNET_CORE_SDK: '7.0.x'
DOTNET_CORE_SDK: '8.0.x'
GITHUB_PACKAGES_APIKEY: $(GitHubPushPackagesAPIKey) # key is set in UI of Azure Devops
NUGET_APIKEY: $(NuGetFhirMetricsAPIKey)

0 comments on commit 6c88acc

Please sign in to comment.