Skip to content
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.

Commit

Permalink
Fix for uploading blobs to private Azure blob containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate McMaster committed Jun 14, 2018
1 parent aa91b80 commit 93f2e99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/UploadBlobs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ $packageBlobUrl = "https://$AccountName.blob.core.windows.net/$packagesFolder"
if (-not $BaseBlobFeedUrl) {
$BaseBlobFeedUrl = "https://$AccountName.blob.core.windows.net/$packagesFolder"
}
else {
$BaseBlobFeedUrl = "$BaseBlobFeedUrl/$packagesFolder"
}

$packageGlobPath = "$ArtifactsPath/packages/**/*.nupkg"
$globs = (
Expand Down

0 comments on commit 93f2e99

Please sign in to comment.