From 6752f71de206f6a53fa6a758c3660fd9a7fe7527 Mon Sep 17 00:00:00 2001 From: MikhailSuendukov <110986399+MikhailSuendukov@users.noreply.github.com> Date: Thu, 25 Apr 2024 19:36:21 +0200 Subject: [PATCH] save podspec to info artifact (#314) --- .azure-pipelines/build-plcrashreporter-1ES.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines/build-plcrashreporter-1ES.yml b/.azure-pipelines/build-plcrashreporter-1ES.yml index 494d273..9b6c1c6 100644 --- a/.azure-pipelines/build-plcrashreporter-1ES.yml +++ b/.azure-pipelines/build-plcrashreporter-1ES.yml @@ -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