Skip to content

Commit 7d12613

Browse files
committed
(build) Ensure ReleaseOfficial configuration used
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.
1 parent 68d1cae commit 7d12613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.official.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22
set -eo pipefail
33

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

0 commit comments

Comments
 (0)