Skip to content

Commit ba8e1f3

Browse files
committed
Pipeline conformance to 1ESPT
1 parent 07ff455 commit ba8e1f3

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

azure-pipelines/PublishRoslynCopilot.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,18 @@ extends:
2828
name: AzurePipelines-EO
2929
image: 1ESPT-Windows2022
3030
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+
3140
steps:
3241
- checkout: none
3342

34-
- download: CI
35-
artifact: partnerDeployables-Windows
36-
displayName: 'Download official build CI artifact'
37-
targetPath: '$(Pipeline.Workspace)/artifacts'
38-
3943
- task: CopyFiles@2
4044
displayName: 'Copy files from Zip folder to staging directory'
4145
inputs:

0 commit comments

Comments
 (0)