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 df82b11 commit c35396cCopy full SHA for c35396c
ci/ci-test-tasks/schedules.yml
@@ -47,6 +47,6 @@ jobs:
47
48
- bash: |
49
echo "Tasks to test: $(tasks)"
50
- 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)
51
displayName: Run test pipelines and verify results
52
failOnStderr: true
0 commit comments