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 d44aee0 commit a0e0456Copy full SHA for a0e0456
azure-pipelines/publish-roslyn-copilot.yml
@@ -52,7 +52,7 @@ extends:
52
displayName: "Copy the zip to Azure Storage"
53
inputs:
54
SourcePath: '$(Build.ArtifactStagingDirectory)/staging'
55
- azureSubscription: "RoslynDeploy"
+ azureSubscription: "$(AzSubscription)"
56
Destination: "AzureBlob"
57
- storage: "roslyn"
58
- ContainerName: "releases"
+ storage: "$(AzStorage)"
+ ContainerName: "$(AzContainerName)"
0 commit comments