File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2727 $artifactsToStage | Copy-Item -Destination $stagingLocation
2828 displayName: Stage ${{artifact.name}} for upload
2929
30- - template : eng/common/pipelines/templates/steps/publish-1es-artifact.yml
30+ - template : / eng/common/pipelines/templates/steps/publish-1es-artifact.yml
3131 parameters :
3232 ArtifactPath : ' $(Build.ArtifactStagingDirectory)'
3333 ArtifactName : ' packages'
7979 $(Build.ArtifactStagingDirectory)/spotbugs/${{artifact.name}}-spotbugs-debug.xml
8080 displayName: Stage reports for ${{artifact.name}}
8181
82- - template : eng/common/pipelines/templates/steps/publish-1es-artifact.yml
82+ - template : / eng/common/pipelines/templates/steps/publish-1es-artifact.yml
8383 parameters :
8484 ArtifactPath : ' $(Build.ArtifactStagingDirectory)'
8585 ArtifactName : ' reports'
Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ stages:
107107 runOnce :
108108 deploy :
109109 steps :
110+ - checkout : self
110111 - checkout : azure-sdk-build-tools
111112 path : azure-sdk-build-tools
112113 - template : tools/gpg/gpg.yml@azure-sdk-build-tools
You can’t perform that action at this time.
0 commit comments