We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69ab35 commit 186f03aCopy full SHA for 186f03a
.pipelines/pipeline.yaml
@@ -27,6 +27,7 @@ stages:
27
displayName: Setup
28
pool:
29
name: "$(BUILD_POOL_NAME_DEFAULT)"
30
+ os: linux
31
steps:
32
- script: |
33
# To use the variables below, you must make the respective stage's dependsOn have - setup or it will not retain context of this stage
0 commit comments