We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abecd58 commit b1d5418Copy full SHA for b1d5418
eng/templates/official/jobs/build-artifacts.yml
@@ -2,6 +2,11 @@ jobs:
2
- job: "Build"
3
displayName: 'Build Python SDK'
4
5
+ pool:
6
+ name: 1es-pool-azfunc
7
+ image: 1es-ubuntu-22.04
8
+ os: linux
9
+
10
templateContext:
11
outputParentDirectory: $(Build.ArtifactStagingDirectory)
12
outputs:
0 commit comments