Skip to content

Commit

Permalink
Merge pull request #5853 from microsoft/hotfix/ci-security-requirements
Browse files Browse the repository at this point in the history
fix: wrong path to changelog
  • Loading branch information
baywet authored Nov 29, 2024
2 parents ad7aee4 + 465cae1 commit 6dadd39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ extends:
tag: "v$(artifactVersion)"
title: "v$(artifactVersion)"
releaseNotesSource: filePath
releaseNotesFilePath: $(Pipeline.Workspace)/release-notes.txt
releaseNotesFilePath: $(Pipeline.Workspace)/changelog/release-notes.txt
assets: |
$(Pipeline.Workspace)/*.zip
$(Pipeline.Workspace)/*.vsix
Expand All @@ -795,7 +795,7 @@ extends:
tag: "v$(artifactVersion)$(versionSuffix)"
title: "v$(artifactVersion)$(versionSuffix)"
releaseNotesSource: filePath
releaseNotesFilePath: $(Pipeline.Workspace)/release-notes.txt
releaseNotesFilePath: $(Pipeline.Workspace)/changelog/release-notes.txt
assets: |
$(Pipeline.Workspace)/*.zip
$(Pipeline.Workspace)/*.vsix
Expand Down

0 comments on commit 6dadd39

Please sign in to comment.