Skip to content

Commit 1441592

Browse files
author
Oleksandr Poliakov
committed
Push dev packages into nuget.org
1 parent 4fae118 commit 1441592

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: evergreen/evergreen.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1756,7 +1756,7 @@ tasks:
17561756
vars:
17571757
PACKAGE_ID: "mongocsharpdriver"
17581758

1759-
- name: packages-push-github
1759+
- name: packages-push
17601760
commands:
17611761
- func: download-package
17621762
vars:
@@ -1775,8 +1775,8 @@ tasks:
17751775
PACKAGE_ID: "mongocsharpdriver"
17761776
- func: packages-push
17771777
vars:
1778-
PACKAGES_SOURCE: "https://nuget.pkg.github.com/sanych-sun/index.json"
1779-
PACKAGES_SOURCE_KEY: ${github_packages_key}
1778+
PACKAGES_SOURCE: "https://api.nuget.org/v3/index.json"
1779+
PACKAGES_SOURCE_KEY: ${nuget_api_key}
17801780

17811781
axes:
17821782
- id: version
@@ -2010,7 +2010,7 @@ task_groups:
20102010
- func: install-dotnet
20112011
tasks:
20122012
- packages-create
2013-
- packages-push-github
2013+
- packages-push
20142014

20152015
buildvariants:
20162016

0 commit comments

Comments
 (0)