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 e3933e9 commit 401f2a6Copy full SHA for 401f2a6
evergreen/evergreen.yml
@@ -8,11 +8,12 @@ tasks:
8
params:
9
working_dir: mongo-csharp-driver
10
script: |
11
- powershell.exe .\\build.ps1 -target BuildNet45
+ for var in TMP TEMP NUGET_PACKAGES NUGET_HTTP_CACHE_PATH APPDATA; do setx $var z:\\data\\tmp; export $var=z:\\data\\tmp; done
12
+ powershell.exe .\\build.ps1 -target Build
13
14
buildvariants:
15
- name: windows-64-compile
16
display_name: windows-64-compile
17
run_on: windows-64-vs2015-small
18
tasks:
- - name: compile
19
+ - name: compile
0 commit comments