We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000d9b8 commit 548a06dCopy full SHA for 548a06d
1 file changed
azure-pipelines.yml
@@ -1,22 +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
13
- displayName: Build
+ displayName: build
14
inputs:
15
- configuration: '$(buildConfiguration)'
+ configuration: 'Release'
16
msbuildArgs: '/restore'
17
18
- task: DotNetCoreCLI@2
19
- displayName: Test
+ displayName: test
20
21
command: 'test'
22
- arguments: '--no-build --configuration=$(buildConfiguration)'
+ nobuild: true
0 commit comments