Skip to content

Commit d2afacf

Browse files
committed
Merge branch 'release/8.0.4xx'
2 parents 436243f + e2629c2 commit d2afacf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure-pipelines.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ extends:
9797
timeoutInMinutes: 90
9898
pool:
9999
name: $(DncEngInternalBuildPool)
100-
demands: ImageOverride -equals windows.vs2019.amd64
100+
image: 1es-windows-2022
101+
os: windows
101102
variables:
102103
- _BuildConfig: ${{ config.buildConfig }}
103104
- _SignType: test
@@ -112,7 +113,6 @@ extends:
112113
- _InternalBuildArgs: /p:DotNetSignType=$(_SignType) /p:TeamName=$(_TeamName)
113114
/p:DotNetPublishUsingPipelines=$(_PublishUsingPipelines)
114115
/p:OfficialBuildId=$(BUILD.BUILDNUMBER)
115-
116116
steps:
117117
- checkout: self
118118
clean: true
@@ -221,3 +221,4 @@ extends:
221221
-TsaRepositoryName $(_TsaRepsitoryName)
222222
-TsaCodebaseName $(_TsaCodebaseName)
223223
-TsaPublish $True'
224+

0 commit comments

Comments
 (0)