Skip to content

Commit 6690164

Browse files
authored
Reference Pipeline.Workspace in verify-changelog step of publish-nuget (#12411)
1 parent 28c9344 commit 6690164

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/pipelines/templates/jobs/nuget-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- ${{ if eq(parameters.VerifyChangelog, true) }}:
6464
- pwsh: |
65-
$(Build.SourcesDirectory)/eng/scripts/Verify-Nuget-Artifact-Changelogs.ps1 -ArtifactsPath "$(Artifacts)" -ForRelease $true
65+
$(Pipeline.Workspace)/azure-sdk-tools/eng/scripts/Verify-Nuget-Artifact-Changelogs.ps1 -ArtifactsPath "$(Artifacts)" -ForRelease $true
6666
displayName: Verify Changelogs for artifacts
6767
6868
- ${{ if eq(parameters.ShouldSign, true) }}:

0 commit comments

Comments
 (0)