Skip to content

Commit ff9cf24

Browse files
authored
Resolve Publishing Issue (#12413)
* call validate nuget changelogs from appropriate location, instead of one that doesn't exist
1 parent 6690164 commit ff9cf24

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-
$(Pipeline.Workspace)/azure-sdk-tools/eng/scripts/Verify-Nuget-Artifact-Changelogs.ps1 -ArtifactsPath "$(Artifacts)" -ForRelease $true
65+
$(Build.SourcesDirectory)\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)