We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095ddc2 commit 24fb90cCopy full SHA for 24fb90c
azure-pipelines/vs-validation.yml
@@ -32,10 +32,9 @@ extends:
32
stages:
33
- stage: Build
34
variables:
35
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
36
- NUGET_PACKAGES: $(Agent.TempDirectory)/.nuget/packages/
37
- BuildConfiguration: Release
38
- SkipCodesignVerify: true
+ - template: /azure-pipelines/BuildStageVariables.yml@self
+ - name: SkipCodesignVerify
+ value: true
39
40
jobs:
41
- template: /azure-pipelines/build.yml@self
0 commit comments