Skip to content

Commit 987e78d

Browse files
Merge branch 'main' into COMPASS-6706
2 parents 1d13dbd + d3e1965 commit 987e78d

File tree

11 files changed

+501
-406
lines changed

11 files changed

+501
-406
lines changed

.evergreen/functions.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,9 +668,8 @@ functions:
668668
eval $(.evergreen/print-compass-env.sh)
669669
670670
if [[ "$IS_WINDOWS" == "true" ]]; then
671-
# TODO: windows_setup
672-
# TODO: windows_msi
673671
npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package=windows_zip
672+
npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package=windows_msi
674673
fi
675674
676675
if [[ "$IS_OSX" == "true" ]]; then

THIRD-PARTY-NOTICES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The following third-party software is used by and included in **Mongodb Compass**.
2-
This document was automatically generated on Mon Jan 27 2025.
2+
This document was automatically generated on Tue Jan 28 2025.
33

44
## List of dependencies
55

docs/tracking-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
> the tracking plan for the specific Compass version you can use the following
88
> URL: `https://github.com/mongodb-js/compass/blob/<compass version>/docs/tracking-plan.md`
99
10-
Generated on Mon, Jan 27, 2025
10+
Generated on Tue, Jan 28, 2025
1111

1212
## Table of Contents
1313

0 commit comments

Comments
 (0)