Skip to content

Commit

Permalink
(build) Ensure ReleaseOfficial configuration used
Browse files Browse the repository at this point in the history
When executing the build.official.sh file, the intention is clear that
the ReleaseOfficial configuration is being used. This is what is done in
the build.official.bat file, however, this was missed in the .sh file.

This came up as a problem when running builds on POSIX for the purposes
of doing the Docker image creations.
  • Loading branch information
gep13 committed Oct 20, 2022
1 parent 68d1cae commit 7d12613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.official.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
set -eo pipefail

./build.sh --configuration=Release $*
./build.sh --configuration=ReleaseOfficial $*

0 comments on commit 7d12613

Please # to comment.