Skip to content

Commit

Permalink
save podspec to info artifact (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailSuendukov committed Apr 25, 2024
1 parent bd4ac79 commit 6752f71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .azure-pipelines/build-plcrashreporter-1ES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ 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
cp $BUILD_SOURCESDIRECTORY/CHANGELOG.md $(Build.ArtifactStagingDirectory)/Info/CHANGELOG.md
cp $BUILD_SOURCESDIRECTORY/PLCrashReporter.podspec $(Build.ArtifactStagingDirectory)/Info/PLCrashReporter.podspec
displayName: 'Collect Version Information'
- template: /.azure-pipelines/analyze-and-test-1ES-template.yml@self
Expand Down

0 comments on commit 6752f71

Please sign in to comment.