Skip to content

Commit 605fc77

Browse files
committed
Update azure-pipelines-publish-pypi.yml for Azure Pipelines
1 parent dc1b86c commit 605fc77

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.azurepipelines/azure-pipelines-publish-pypi.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,14 @@ extends:
3838
stages:
3939
- stage: publishTasks
4040
displayName: PublishTasks
41+
4142
jobs:
4243
- job: publishJob
4344
displayName: PublishJob
44-
# pool:
45-
# name: MSSecurity-1ES-Build-Agents-Pool
46-
# image: MSSecurity-1ES-Windows-2022
47-
# os: windows
45+
pool:
46+
name: MSSecurity-1ES-Build-Agents-Pool
47+
image: MSSecurity-1ES-Windows-2022
48+
os: windows
4849
variables:
4950
- name: DistDir
5051
value: $(Pipeline.Workspace)\${{ parameters.Artifact }}

0 commit comments

Comments
 (0)