We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6544bd3 commit cf971bfCopy full SHA for cf971bf
1 file changed
azure-pipelines.yml
@@ -1,21 +1,16 @@
1
pool:
2
- vmImage: 'windows-latest'
3
-
4
-variables:
5
- buildConfiguration: 'Release'
+ vmImage: 'windows-2022'
6
7
steps:
8
-- task: UseDotNet@2
9
- inputs:
10
- version: 6.0.x
11
12
- task: VSBuild@1
+ displayName: build
13
inputs:
14
- configuration: '$(buildConfiguration)'
+ configuration: 'Release'
15
msbuildArgs: '/restore'
16
17
- task: DotNetCoreCLI@2
18
- displayName: Test
+ displayName: test
19
20
command: 'test'
21
- arguments: '--no-build --configuration=$(buildConfiguration)'
+ nobuild: true
0 commit comments