Skip to content

Commit 027e708

Browse files
committed
Fix duplicate variant name
1 parent 26e44e8 commit 027e708

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.evergreen.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ functions:
102102
working_dir: src
103103
shell: powershell
104104
script: |
105-
.\.evergreen/SetupEnv
105+
.\.evergreen\SetupEnv
106106
npm run check-ci
107107
test:
108108
- command: shell.exec
@@ -120,9 +120,9 @@ functions:
120120
working_dir: src
121121
shell: powershell
122122
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}"
126126
npm run test-ci
127127
release_macos:
128128
- <<: *compile_and_release
@@ -215,7 +215,7 @@ buildvariants:
215215
tasks:
216216
- name: check
217217
- name: release_win
218-
- name: windows
218+
- name: windows_ps
219219
display_name: "Windows VS 2019 PowerShell"
220220
run_on: windows-64-vs2019-test
221221
tasks:

0 commit comments

Comments
 (0)