Skip to content

Commit 5312733

Browse files
authored
Merge branch 'main' into subrata-ms/bulkcopy_py
2 parents 6838a3a + 2ab85b7 commit 5312733

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

OneBranchPipelines/dummy-release-pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ extends:
9797
type: windows
9898
isCustom: true
9999
name: Django-1ES-pool
100-
vmImage: WIN22-SQL22
100+
demands:
101+
- imageOverride -equals WIN22-SQL22
101102

102103
variables:
103104
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'

OneBranchPipelines/official-release-pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ extends:
100100
type: windows
101101
isCustom: true
102102
name: Django-1ES-pool
103-
vmImage: WIN22-SQL22
103+
demands:
104+
- imageOverride -equals WIN22-SQL22
104105

105106
variables:
106107
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'

OneBranchPipelines/stages/build-windows-single-stage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ stages:
3939
type: windows
4040
isCustom: true
4141
name: Django-1ES-pool
42-
vmImage: WIN22-SQL22
42+
demands:
43+
- imageOverride -equals WIN22-SQL22
4344
# Extended timeout for downloads, builds, and testing
4445
timeoutInMinutes: 120
4546

0 commit comments

Comments
 (0)