Skip to content

Commit 0ca3028

Browse files
1 parent 3873844 commit 0ca3028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
</items>
324324
</in>
325325
<do>
326-
<echo message="nuget push -source https://nuget.org/ ${path::get-file-name(filename)} ${environment::newline()}" file="${nuget.nupackages.pushbatfile}" append="true"/>
326+
<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"/>
327327
</do>
328328
</foreach>
329329
</target>

0 commit comments

Comments
 (0)