Skip to content

Commit

Permalink
Updates to files for publishing latest package to nuget.
Browse files Browse the repository at this point in the history
  • Loading branch information
Troy Willmot committed Apr 2, 2017
1 parent 6af3c5e commit b2dae91
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .nuget/NuGet.Config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
</configuration>
2 changes: 1 addition & 1 deletion nuget-push.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.nuget\nuget push Yort.Ntp.Portable.1.0.10.nupkg
.nuget\nuget push Yort.Ntp.Portable.1.0.11.nupkg -Source https://www.nuget.org/api/v2/package
pause

0 comments on commit b2dae91

Please sign in to comment.