diff --git a/.azure-pipelines/build-plcrashreporter-1ES.yml b/.azure-pipelines/build-plcrashreporter-1ES.yml index 494d273c..9b6c1c66 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