Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Sep 16, 2024
1 parent 37898b3 commit b309875
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ stages:
timeoutInMinutes: 240
workspace:
clean: all
pool: ${{ parameters.machine_pool }}
pool:
name: ${{ parameters.machine_pool }}
os: linux
templateContext:
codeSignValidation:
enabled: true
Expand Down
4 changes: 3 additions & 1 deletion tools/ci_build/github/azure-pipelines/templates/py-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
timeoutInMinutes: 240
workspace:
clean: all
pool: ${{ parameters.machine_pool }}
pool:
name: ${{ parameters.machine_pool }}
os: linux
templateContext:
codeSignValidation:
enabled: true
Expand Down

0 comments on commit b309875

Please sign in to comment.