Skip to content

Commit

Permalink
CI tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
robdmoore committed Jul 29, 2018
1 parent 0690091 commit d13dd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ steps:

- task: AzureFileCopy@1
inputs:
SourcePath: '$(Build.ArtifactStagingDirectory)\$(Build.BuildNumber).zip'
SourcePath: '$(Build.ArtifactStagingDirectory)\$(Build.BuildNumber)\$(Build.BuildNumber).zip'
azureSubscription: 'Microsoft Azure Sponsorship (dd079971-2023-4b56-be3a-85a346d51344)'
Destination: AzureBlob
storage: '$(StorageAccount)'
Expand Down

0 comments on commit d13dd3f

Please sign in to comment.