Skip to content

Commit b2dae91

Browse files
author
Troy Willmot
committed
Updates to files for publishing latest package to nuget.
1 parent 6af3c5e commit b2dae91

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.nuget/NuGet.Config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<solution>
4+
<add key="disableSourceControlIntegration" value="true" />
5+
</solution>
6+
</configuration>

nuget-push.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
.nuget\nuget push Yort.Ntp.Portable.1.0.10.nupkg
1+
.nuget\nuget push Yort.Ntp.Portable.1.0.11.nupkg -Source https://www.nuget.org/api/v2/package
22
pause

0 commit comments

Comments
 (0)