Skip to content

Commit ce8471c

Browse files
markbenvenutorstam
authored andcommitted
CSHARP-2379 Make evergreen compile use diagnostic output for cake compile
1 parent 234aeef commit ce8471c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evergreen/compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ set -o errexit # Exit the script with error if any of the commands fail
1010
echo "Compiling .NET driver"
1111

1212
for var in TMP TEMP NUGET_PACKAGES NUGET_HTTP_CACHE_PATH APPDATA; do setx $var z:\\data\\tmp; export $var=z:\\data\\tmp; done
13-
powershell.exe .\\build.ps1 -target Build
13+
powershell.exe .\\build.ps1 -target Build -Verbosity Diagnostic

0 commit comments

Comments
 (0)