Skip to content

Commit e8900fa

Browse files
committed
Updating pipeline and artifact name
1 parent 90acb9e commit e8900fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines/PublishRoslynCopilot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resources:
99
ref: refs/tags/release
1010
pipelines:
1111
- pipeline: CI
12-
source: VisualStudio.Conversations (unofficial)
12+
source: VisualStudio.Conversations
1313
branch: dev/aajohn/roslynrelease
1414
extends:
1515
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
@@ -31,13 +31,13 @@ extends:
3131
- checkout: none
3232

3333
- download: CI
34-
artifact: deployables-Windows
34+
artifact: partnerDeployables-Windows
3535
displayName: 'Download official build CI artifact'
3636

3737
- task: CopyFiles@2
3838
displayName: 'Copy files from Zip folder to staging directory'
3939
inputs:
40-
SourceFolder: '$(Pipeline.Workspace)/deployables-Windows/Zip'
40+
SourceFolder: '$(Pipeline.Workspace)/partnerDeployables-Windows/'
4141
Contents: '**/*Roslyn.LanguageServer*.zip'
4242
TargetFolder: '$(Build.ArtifactStagingDirectory)/staging'
4343
CleanTargetFolder: true

0 commit comments

Comments
 (0)