Skip to content

Commit

Permalink
Removed explicit references to the NuGet push URL, so that nuget.org …
Browse files Browse the repository at this point in the history
…and symbolsource.org can be autodetected.
  • Loading branch information
TripleEmcoder committed Jan 28, 2012
1 parent 19f37fe commit c7803e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions default.build
Expand Up @@ -358,7 +358,7 @@
</items>
</in>
<do>
<echo message="nuget push -source http://packages.nuget.org/v1/ ${filename} ${environment::newline()}" file="${nuget.nupackages.pushbatfile}" append="true"/>
<echo message="nuget push ${filename} ${environment::newline()}" file="${nuget.nupackages.pushbatfile}" append="true"/>
</do>
</foreach>
</target>
Expand All @@ -375,7 +375,6 @@
<do>
<exec basedir="${tools.dir}" workingdir="${nuget.nupackages.dir}" program="NuGet.exe">
<arg value="push" />
<arg line="-source http://packages.nuget.org/v1/"/>
<arg value="${filename}" />
</exec>
</do>
Expand Down

0 comments on commit c7803e0

Please sign in to comment.