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 07ff455 commit ba8e1f3Copy full SHA for ba8e1f3
azure-pipelines/PublishRoslynCopilot.yml
@@ -28,14 +28,18 @@ extends:
28
name: AzurePipelines-EO
29
image: 1ESPT-Windows2022
30
os: windows
31
+ templateContext:
32
+ type: releaseJob
33
+ isProduction: false #change this
34
+ inputs:
35
+ - input: pipelineArtifact
36
+ pipeline: CI
37
+ artifactName: partnerDeployables-Windows
38
+ destinationPath: $(Pipeline.Workspace)/artifacts
39
+
40
steps:
41
- checkout: none
42
- - download: CI
- artifact: partnerDeployables-Windows
- displayName: 'Download official build CI artifact'
- targetPath: '$(Pipeline.Workspace)/artifacts'
-
43
- task: CopyFiles@2
44
displayName: 'Copy files from Zip folder to staging directory'
45
inputs:
0 commit comments