Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Include Git info
Browse files Browse the repository at this point in the history
  • Loading branch information
qmfrederik committed Oct 2, 2018
1 parent bab5708 commit 24b8a0d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ jobs:
export INSTALLDIR=$SYSTEM_ARTIFACTSDIRECTORY/usbmuxd/$RID
./build/patchdylib.sh
echo $BUILD_REPOSITORY_URI\n >> $BUILD_ARTIFACTSTAGINGDIRECTORY/usbmuxd/$RID/gitinfo
echo $BUILD_SOURCEVERSION >> $BUILD_ARTIFACTSTAGINGDIRECTORY/usbmuxd/$RID/gitinfo
displayName: Install
- task: PublishBuildArtifacts@1
inputs:
Expand Down Expand Up @@ -192,6 +195,9 @@ jobs:
export INSTALLDIR=$SYSTEM_ARTIFACTSDIRECTORY/usbmuxd/$RID
./build/install-patchelf.sh
./build/run-patchelf.sh
echo $BUILD_REPOSITORY_URI\n >> $BUILD_ARTIFACTSTAGINGDIRECTORY/usbmuxd/$RID/gitinfo
echo $BUILD_SOURCEVERSION >> $BUILD_ARTIFACTSTAGINGDIRECTORY/usbmuxd/$RID/gitinfo
displayName: Install
- task: PublishBuildArtifacts@1
inputs:
Expand Down

0 comments on commit 24b8a0d

Please sign in to comment.