Skip to content

Commit b4017a7

Browse files
Repalce Ado token with system (#19766)
* Repalce Ado token with system * Revert "Repalce Ado token with system" This reverts commit ca26fba.
1 parent 778dae7 commit b4017a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/ci-test-tasks/canary-tests-v2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
4444
- script: |
4545
echo "Tasks to test: $(tasks)"
46-
node ./ci/ci-test-tasks/test-and-verify-v2 $(ADOToken) $(ADOUrl) $(System.TeamProject) $(tasks)
46+
node ./ci/ci-test-tasks/test-and-verify-v2 $(System.AccessToken) $(ADOUrl) $(System.TeamProject) $(tasks)
4747
displayName: 'Run test pipelines and verify results'
4848
failOnStderr: true

0 commit comments

Comments
 (0)