Add /Y switch to azcopy to suppress prompting for msixbundle upload (#15227)

This commit is contained in:
Steve Lee 2021-04-14 12:03:48 -07:00 committed by GitHub
parent 55d12ee76c
commit 33d1c124af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,5 +66,5 @@ jobs:
## https://docs.microsoft.com/en-us/previous-versions/azure/storage/storage-use-azcopy
$azcopy = "C:\Program Files (x86)\Microsoft SDKs\Azure\AzCopy\AzCopy.exe"
& $azcopy /Source:$(BundleDir) /Dest:https://$(StorageAccount).blob.core.windows.net/$(AzureVersion)-private /DestKey:$(StorageAccountKey) /Pattern:*.msixbundle
& $azcopy /Source:$(BundleDir) /Dest:https://$(StorageAccount).blob.core.windows.net/$(AzureVersion)-private /DestKey:$(StorageAccountKey) /Pattern:*.msixbundle /Y
displayName: Upload MSIX Bundle package to Az Blob