Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2021-02-23 21:01:29 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2021-02-23 21:01:29 +0300
commit9066459f05bdd55d4dfe981397414815733e2543 (patch)
tree62c6372ee8af513be49723da08ebe597b946a894
parent822d3960e54b5c528547d09e54ca19a6e9a5d66b (diff)
Fix directory used for uploading of signed .msi
-rw-r--r--scripts/ci/mono-mono-signing.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/mono-mono-signing.yml b/scripts/ci/mono-mono-signing.yml
index d56824351df..77acbe0661a 100644
--- a/scripts/ci/mono-mono-signing.yml
+++ b/scripts/ci/mono-mono-signing.yml
@@ -312,7 +312,7 @@ jobs:
- script: |
cd $(Build.ArtifactStagingDirectory)
- az storage blob upload-batch -s mono-signed --destination-path "$MONO_SIGNED_MSI_DIR" --pattern "*.msi" -d build-package-win-mono --account-name xamjenkinsartifact
+ az storage blob upload-batch -s . --destination-path "$MONO_SIGNED_MSI_DIR" --pattern "*.msi" -d build-package-win-mono --account-name xamjenkinsartifact
displayName: Upload artifacts to blob storage
env:
AZURE_STORAGE_ACCOUNT: $(AZURE_STORAGE_ACCOUNT)