We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234aeef commit ce8471cCopy full SHA for ce8471c
evergreen/compile.sh
@@ -10,4 +10,4 @@ set -o errexit # Exit the script with error if any of the commands fail
10
echo "Compiling .NET driver"
11
12
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
+powershell.exe .\\build.ps1 -target Build -Verbosity Diagnostic
0 commit comments