Skip to content

Commit

Permalink
Merge pull request #151 from microsoft/fix/ci-archive-names
Browse files Browse the repository at this point in the history
Fix resulting archive names on CI
  • Loading branch information
MatkovIvan authored Nov 3, 2020
2 parents 54e06bb + f5ff173 commit 0e2e27e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ jobs:
- bash: |
VERSION="$(cd $BUILD_SOURCESDIRECTORY && agvtool vers -terse)"
[[ $BUILD_SOURCEBRANCH != 'refs/heads/master' ]] && VERSION="$VERSION+$(cd $BUILD_SOURCESDIRECTORY && git rev-parse --short $BUILD_SOURCEVERSION)"
"$BUILD_SOURCESDIRECTORY/Scripts/create-archive.sh" "CrashReporter-$VERSION" "iOS Framework" "tvOS Framework" "Mac OS X Framework" "Tools"
"$BUILD_SOURCESDIRECTORY/Scripts/create-archive.sh" "CrashReporter-Static-$VERSION" Static/*
"$BUILD_SOURCESDIRECTORY/Scripts/create-archive.sh" "CrashReporter-XCFramework-$VERSION" "CrashReporter.xcframework"
"$BUILD_SOURCESDIRECTORY/Scripts/create-archive.sh" "PLCrashReporter-$VERSION" "iOS Framework" "tvOS Framework" "Mac OS X Framework" "Tools"
"$BUILD_SOURCESDIRECTORY/Scripts/create-archive.sh" "PLCrashReporter-Static-$VERSION" Static/*
"$BUILD_SOURCESDIRECTORY/Scripts/create-archive.sh" "PLCrashReporter-XCFramework-$VERSION" "CrashReporter.xcframework"
displayName: 'Create Archives'
workingDirectory: '$(Build.BinariesDirectory)/Release'
Expand Down

0 comments on commit 0e2e27e

Please sign in to comment.