We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e0456 commit 5ce9917Copy full SHA for 5ce9917
azure-pipelines/publish-roslyn-copilot.yml
@@ -51,7 +51,7 @@ extends:
51
- task: AzureFileCopy@6
52
displayName: "Copy the zip to Azure Storage"
53
inputs:
54
- SourcePath: '$(Build.ArtifactStagingDirectory)/staging'
+ SourcePath: '$(Build.ArtifactStagingDirectory)/staging/*'
55
azureSubscription: "$(AzSubscription)"
56
Destination: "AzureBlob"
57
storage: "$(AzStorage)"
0 commit comments