save podspec to info artifact (#314)

This commit is contained in:
MikhailSuendukov
2024-04-25 19:36:21 +02:00
committed by GitHub
parent bd4ac79f67
commit 6752f71de2

View File

@@ -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