Skip to content

Commit f66247d

Browse files
committed
fix the messed up referenes
1 parent 17283d1 commit f66247d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

eng/pipelines/templates/jobs/archetype-sdk-client.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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'
@@ -79,7 +79,7 @@ jobs:
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'

eng/pipelines/templates/stages/archetype-android-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)