We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f012ff commit 0cac337Copy full SHA for 0cac337
1 file changed
build/benchmark.yml
@@ -301,7 +301,9 @@ jobs:
301
# "not(failed())" is also true when the build has been canceled, so ignore that too.
302
condition: and(not(failed()), not(canceled()))
303
pool:
304
- vmImage: ubuntu-latest
+ name: TypeScript-1ES-Deploys
305
+ demands:
306
+ - ImageOverride -equals mariner-2.0
307
workspace:
308
clean: all # Always start with a clean slate.
309
0 commit comments