Skip to content

Commit

Permalink
CI: Move to windows-2022
Browse files Browse the repository at this point in the history
  • Loading branch information
julianxhokaxhiu committed Mar 3, 2022
1 parent c984d5f commit b4f076b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .ci/azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variables:
_BUILD_BRANCH: $(Build.SourceBranch)

pool:
vmImage: 'windows-2019'
vmImage: 'windows-2022'

steps:
- checkout: self
Expand All @@ -41,6 +41,10 @@ steps:
VersionNumber: $(_BUILD_VERSION)
FileVersionNumber: $(_BUILD_VERSION)
InformationalVersion: $(_BUILD_VERSION)
- task: NuGetToolInstaller@1
inputs:
versionSpec: 5.x
checkLatest: true
- task: NuGetCommand@2
displayName: 'Restore $(_RELEASE_NAME) NuGet Packages'
inputs:
Expand Down

0 comments on commit b4f076b

Please sign in to comment.