Skip to content

Commit

Permalink
5 (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhshami01 authored Feb 25, 2022
1 parent 406fbb3 commit 6f669ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vsts_ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ jobs:
- task: AzureFileCopy@4
condition: succeeded()
inputs:
SourcePath: '$(Build.ArtifactStagingDirectory)/Package'
SourcePath: '$(Build.ArtifactStagingDirectory)/Package/*$(version)*'
azureSubscription: 'azuresdkpartnerdrops-IoTEdgeHub_Dev'
Destination: AzureBlob
storage: 'azuresdkpartnerdrops'
ContainerName: 'drops'
BlobPrefix: 'azure-iot-edge-tools/python/$(version)'
BlobPrefix: 'azure-iot-edge-tools/python/$(version)'

0 comments on commit 6f669ad

Please sign in to comment.