We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338f968 commit 28c9344Copy full SHA for 28c9344
1 file changed
eng/pipelines/templates/jobs/nuget-publish.yml
@@ -62,7 +62,7 @@ jobs:
62
63
- ${{ if eq(parameters.VerifyChangelog, true) }}:
64
- pwsh: |
65
- $(Build.SourcesDirectory)/eng/scripts/Verify-Artifact-Changelogs.ps1 -ArtifactsPath "$(Artifacts)" -ForRelease $true
+ $(Build.SourcesDirectory)/eng/scripts/Verify-Nuget-Artifact-Changelogs.ps1 -ArtifactsPath "$(Artifacts)" -ForRelease $true
66
displayName: Verify Changelogs for artifacts
67
68
- ${{ if eq(parameters.ShouldSign, true) }}:
0 commit comments