We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 436243f + e2629c2 commit d2afacfCopy full SHA for d2afacf
azure-pipelines.yml
@@ -97,7 +97,8 @@ extends:
97
timeoutInMinutes: 90
98
pool:
99
name: $(DncEngInternalBuildPool)
100
- demands: ImageOverride -equals windows.vs2019.amd64
+ image: 1es-windows-2022
101
+ os: windows
102
variables:
103
- _BuildConfig: ${{ config.buildConfig }}
104
- _SignType: test
@@ -112,7 +113,6 @@ extends:
112
113
- _InternalBuildArgs: /p:DotNetSignType=$(_SignType) /p:TeamName=$(_TeamName)
114
/p:DotNetPublishUsingPipelines=$(_PublishUsingPipelines)
115
/p:OfficialBuildId=$(BUILD.BUILDNUMBER)
-
116
steps:
117
- checkout: self
118
clean: true
@@ -221,3 +221,4 @@ extends:
221
-TsaRepositoryName $(_TsaRepsitoryName)
222
-TsaCodebaseName $(_TsaCodebaseName)
223
-TsaPublish $True'
224
+
0 commit comments