Skip to content

Commit 28c9344

Browse files
authored
Update script reference to Verify-Nuget-Artifact-Changelogs.ps1 in nuget-publish.yml (#12409)
* Update script reference to Verify-Nuget-Artifact-Changelogs.ps1
1 parent 338f968 commit 28c9344

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-Artifact-Changelogs.ps1 -ArtifactsPath "$(Artifacts)" -ForRelease $true
65+
$(Build.SourcesDirectory)/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)