Skip to content

Commit

Permalink
fix: wrong path to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Nov 29, 2024
1 parent ad7aee4 commit 465cae1
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 465cae1

Please sign in to comment.