We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 778dae7 commit b4017a7Copy full SHA for b4017a7
ci/ci-test-tasks/canary-tests-v2.yml
@@ -43,6 +43,6 @@ jobs:
43
44
- script: |
45
echo "Tasks to test: $(tasks)"
46
- node ./ci/ci-test-tasks/test-and-verify-v2 $(ADOToken) $(ADOUrl) $(System.TeamProject) $(tasks)
+ node ./ci/ci-test-tasks/test-and-verify-v2 $(System.AccessToken) $(ADOUrl) $(System.TeamProject) $(tasks)
47
displayName: 'Run test pipelines and verify results'
48
failOnStderr: true
0 commit comments