Skip to content

Commit

Permalink
[Azure Pipelines] Fix "Output build info" step
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Jun 23, 2020
1 parent 613260d commit 31bfc46
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .ci/azure/templates/macos-build-pipeline-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,13 @@ jobs:
echo "BUILD_ARTIFACTSTAGINGDIRECTORY=${BUILD_ARTIFACTSTAGINGDIRECTORY}"
OUTPUT_DIR="${BUILD_ARTIFACTSTAGINGDIRECTORY}"
cat "build/src/autorevision.h"
echo "[autorevision.h]:"
cat "build/build_tools/autorevision.h"
echo "==============================="
echo "[netplay_config.h]:"
cat "build/lib/netplay/netplay_config.h"
echo "==============================="
# Verify "warzone2100.zip" was created
BUILT_WARZONE_ZIP="build/warzone2100.zip"
Expand Down

0 comments on commit 31bfc46

Please sign in to comment.