Skip to content

Commit 4fae118

Browse files
author
Oleksandr Poliakov
committed
Publish the dev package into personal github account
1 parent 957c040 commit 4fae118

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Diff for: evergreen/evergreen.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ command_type: system
1616
# 60 minutes: 20 minutes is a normal test run + up to 10 minutes for test setup + 15 minutes for longer macOS tests + 15 minutes for longer macOS 1100 tests
1717
exec_timeout_secs: 3600
1818

19-
# Feature to ensure that env variables does not leak in between functions
20-
unset_function_vars: true
21-
2219
# What to do when evergreen hits the timeout (`post:` tasks are run automatically)
2320
timeout:
2421
- command: shell.exec
@@ -66,7 +63,9 @@ functions:
6663
6764
export MONGO_ORCHESTRATION_HOME="$DRIVERS_TOOLS/.evergreen/orchestration"
6865
export MONGODB_BINARIES="$DRIVERS_TOOLS/mongodb/bin"
69-
export UPLOAD_BUCKET="${project}"
66+
# revert this change before merging into master
67+
# export UPLOAD_BUCKET="${project}"
68+
export UPLOAD_BUCKET="dot-net-driver"
7069
export PROJECT_DIRECTORY="$(pwd)"
7170
7271
cat <<EOT > expansion.yml
@@ -1776,7 +1775,7 @@ tasks:
17761775
PACKAGE_ID: "mongocsharpdriver"
17771776
- func: packages-push
17781777
vars:
1779-
PACKAGES_SOURCE: "https://nuget.pkg.github.com/mongodb/index.json"
1778+
PACKAGES_SOURCE: "https://nuget.pkg.github.com/sanych-sun/index.json"
17801779
PACKAGES_SOURCE_KEY: ${github_packages_key}
17811780

17821781
axes:

0 commit comments

Comments
 (0)