Skip to content

Commit 51768bb

Browse files
committed
Update azure-pipelines-1.yml for Azure Pipelines
1 parent 749ae0e commit 51768bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines-1.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ steps:
7878
{
7979
Write-Host "localFileJavaWorker file exists"
8080
}
81-
$blobName = 'javaworker.zip'
81+
$blobNameJavaWorker = 'javaworker.zip'
8282
$Context = New-AzStorageContext -StorageAccountName $(StorageAccountName) -StorageAccountKey $(StorageAccountKey)
83-
Set-AzStorageBlobContent -File $localFile -Container $(ContainerName) -Blob $blobName -Context $Context -Force -Verbose
83+
Set-AzStorageBlobContent -File $localFileJavaWorker -Container $(ContainerName) -Blob $blobNameJavaWorker -Context $Context -Force -Verbose
8484
env:
8585
AzureFunctionsE2ETestStorage: $(AzureFunctionsE2ETestStorage)
8686
displayName: 'Copying java worker zip to blob'

0 commit comments

Comments
 (0)