This commit is contained in:
Vallie Joseph
2024-04-01 13:58:57 +00:00
parent 90ee020ccd
commit 2da528819c
5 changed files with 9 additions and 9 deletions
@@ -52,6 +52,7 @@ export async function uploadZipToBlobStorage(
zipUploadStream.pipe(hashStream).setEncoding('hex') // This stream is used to compute a hash of the zip content that gets used. Integrity check
core.info('Beginning upload of artifact content to blob storage')
try {
await blockBlobClient.uploadStream(
uploadStream,