Skip to content

Commit

Permalink
Save CHANGELOG.md to Release artifact (#313)
Browse files Browse the repository at this point in the history
* copy CHANGELOG.md to the Release artifact
  • Loading branch information
MikhailSuendukov authored Apr 25, 2024
1 parent e53918b commit bd4ac79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/build-plcrashreporter-1ES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ extends:
echo $BUILD_SOURCEVERSION > $(Build.ArtifactStagingDirectory)/Info/COMMIT
VERSION="$(cd $BUILD_SOURCESDIRECTORY && agvtool vers -terse)"
echo $VERSION > $(Build.ArtifactStagingDirectory)/Info/VERSION
cp $BUILD_SOURCESDIRECTORY/CHANGELOG.md $(Build.ArtifactStagingDirectory)/Release/CHANGELOG.md
displayName: 'Collect Version Information'
- template: /.azure-pipelines/analyze-and-test-1ES-template.yml@self
Expand Down

0 comments on commit bd4ac79

Please sign in to comment.