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:
9
9
ref : refs/tags/release
10
10
pipelines :
11
11
- pipeline : CI
12
- source : VisualStudio.Conversations (unofficial)
12
+ source : VisualStudio.Conversations
13
13
branch : dev/aajohn/roslynrelease
14
14
extends :
15
15
template : v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
@@ -31,13 +31,13 @@ extends:
31
31
- checkout : none
32
32
33
33
- download : CI
34
- artifact : deployables -Windows
34
+ artifact : partnerDeployables -Windows
35
35
displayName : ' Download official build CI artifact'
36
36
37
37
- task : CopyFiles@2
38
38
displayName : ' Copy files from Zip folder to staging directory'
39
39
inputs :
40
- SourceFolder : ' $(Pipeline.Workspace)/deployables -Windows/Zip '
40
+ SourceFolder : ' $(Pipeline.Workspace)/partnerDeployables -Windows/'
41
41
Contents : ' **/*Roslyn.LanguageServer*.zip'
42
42
TargetFolder : ' $(Build.ArtifactStagingDirectory)/staging'
43
43
CleanTargetFolder : true
You can’t perform that action at this time.
0 commit comments