We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3873844 commit 0ca3028Copy full SHA for 0ca3028
default.build
@@ -323,7 +323,7 @@
323
</items>
324
</in>
325
<do>
326
- <echo message="nuget push -source https://nuget.org/ ${path::get-file-name(filename)} ${environment::newline()}" file="${nuget.nupackages.pushbatfile}" append="true"/>
+ <echo message="nuget push -source https://api.nuget.org/v3/index.json ${path::get-file-name(filename)} ${environment::newline()}" file="${nuget.nupackages.pushbatfile}" append="true"/>
327
</do>
328
</foreach>
329
</target>
0 commit comments