File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1756,7 +1756,7 @@ tasks:
1756
1756
vars :
1757
1757
PACKAGE_ID : " mongocsharpdriver"
1758
1758
1759
- - name : packages-push-github
1759
+ - name : packages-push
1760
1760
commands :
1761
1761
- func : download-package
1762
1762
vars :
@@ -1775,8 +1775,8 @@ tasks:
1775
1775
PACKAGE_ID : " mongocsharpdriver"
1776
1776
- func : packages-push
1777
1777
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 }
1780
1780
1781
1781
axes :
1782
1782
- id : version
@@ -2010,7 +2010,7 @@ task_groups:
2010
2010
- func : install-dotnet
2011
2011
tasks :
2012
2012
- packages-create
2013
- - packages-push-github
2013
+ - packages-push
2014
2014
2015
2015
buildvariants :
2016
2016
You can’t perform that action at this time.
0 commit comments