Skip to content

Commit e0e34b4

Browse files
committed
Update azure-pipelines-publish-pypi.yml for Azure Pipelines
1 parent 60c3140 commit e0e34b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ extends:
3939
stages:
4040
- stage: publishTasks
4141
displayName: PublishTasks
42-
pool:
43-
name: MSSecurity-1ES-Build-Agents-Pool
44-
image: MSSecurity-1ES-Windows-2022
45-
os: windows
4642
jobs:
4743
- job: publishJob
4844
displayName: PublishJob
45+
pool:
46+
name: MSSecurity-1ES-Build-Agents-Pool
47+
# image: MSSecurity-1ES-Windows-2022
48+
# os: windows
4949
variables:
5050
- name: DistDir
5151
value: $(Pipeline.Workspace)\${{ parameters.Artifact }}

0 commit comments

Comments
 (0)