Skip to content

Commit a0e0456

Browse files
committed
Parameterizing the values
1 parent d44aee0 commit a0e0456

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines/publish-roslyn-copilot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ extends:
5252
displayName: "Copy the zip to Azure Storage"
5353
inputs:
5454
SourcePath: '$(Build.ArtifactStagingDirectory)/staging'
55-
azureSubscription: "RoslynDeploy"
55+
azureSubscription: "$(AzSubscription)"
5656
Destination: "AzureBlob"
57-
storage: "roslyn"
58-
ContainerName: "releases"
57+
storage: "$(AzStorage)"
58+
ContainerName: "$(AzContainerName)"

0 commit comments

Comments
 (0)