Skip to content

Commit

Permalink
vmImage: 'windows-2022'
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLarsson committed Dec 12, 2021
1 parent 6544bd3 commit cf971bf
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
pool:
vmImage: 'windows-latest'

variables:
buildConfiguration: 'Release'
vmImage: 'windows-2022'

steps:
- task: UseDotNet@2
inputs:
version: 6.0.x

- task: VSBuild@1
displayName: build
inputs:
configuration: '$(buildConfiguration)'
configuration: 'Release'
msbuildArgs: '/restore'

- task: DotNetCoreCLI@2
displayName: Test
displayName: test
inputs:
command: 'test'
arguments: '--no-build --configuration=$(buildConfiguration)'
nobuild: true

0 comments on commit cf971bf

Please sign in to comment.