File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ functions:
102
102
working_dir : src
103
103
shell : powershell
104
104
script : |
105
- .\.evergreen/ SetupEnv
105
+ .\.evergreen\ SetupEnv
106
106
npm run check-ci
107
107
test :
108
108
- command : shell.exec
@@ -120,9 +120,9 @@ functions:
120
120
working_dir : src
121
121
shell : powershell
122
122
script : |
123
- .\.evergreen/ SetupEnv
124
- $Env:MONGOSH_STITCH_TEST_APP_ID= ${stitch_test_app_id}
125
- $Env:MONGOSH_STITCH_TEST_SERVICE_NAME= ${stitch_test_service_name}
123
+ .\.evergreen\ SetupEnv
124
+ $Env:MONGOSH_STITCH_TEST_APP_ID = " ${stitch_test_app_id}"
125
+ $Env:MONGOSH_STITCH_TEST_SERVICE_NAME = " ${stitch_test_service_name}"
126
126
npm run test-ci
127
127
release_macos :
128
128
- << : *compile_and_release
@@ -215,7 +215,7 @@ buildvariants:
215
215
tasks :
216
216
- name : check
217
217
- name : release_win
218
- - name : windows
218
+ - name : windows_ps
219
219
display_name : " Windows VS 2019 PowerShell"
220
220
run_on : windows-64-vs2019-test
221
221
tasks :
You can’t perform that action at this time.
0 commit comments