-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use storage upload task for non-token auth; add test mode (#1225)
"az" doesn't contain a tool that seems to support non-SAS-token-based auth. It will authenticate broadly using the service connection, but actual storage copies are performed by grabbing the access key. So, use AzureFileCopy@6, which explicitly supports what we need to do. This task only runs on Windows, so switch the publish stages over from Linux. Add "publishExistingRunID" parameter for test runs. This has been done previously as a hard-coded temporary change, but publish is complex enough now to warrant a more usable and permanent debug feature. (cherry picked from commit 7262f0e)
- Loading branch information
Showing
4 changed files
with
132 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters