File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
1414extends :
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
You can’t perform that action at this time.
0 commit comments