Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
Updated nuget version.
Browse files Browse the repository at this point in the history
  • Loading branch information
DJGosnell committed Oct 9, 2017
1 parent 52451aa commit 59ee013
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/DtronixMessageQueue/DtronixMessageQueue.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<PostBuildEvent>
del $(TargetDir)\*.nupkg
$(SolutionDir)packages\NuGet.CommandLine.3.4.3\tools\nuget.exe pack $(SolutionDir)DtronixMessageQueue\DtronixMessageQueue.csproj -Symbols -Prop Configuration=Nuget -Verbosity Detailed
$(SolutionDir)packages\NuGet.CommandLine.4.1.0\tools\nuget.exe pack $(SolutionDir)DtronixMessageQueue\DtronixMessageQueue.csproj -Symbols -Prop Configuration=Nuget -Verbosity Detailed
copy "$(SolutionDir)..\tools\NugetPush.bat" "$(TargetDir)NugetPush.bat"
</PostBuildEvent>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion tools/GitLogOutput.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git log v0.5..HEAD --pretty="%%H - %%s" --no-merges >output.txt
git log v1.0..HEAD --pretty="%%H - %%s" --no-merges >output.txt
4 changes: 2 additions & 2 deletions tools/NugetPush.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
..\..\..\packages\NuGet.CommandLine.3.4.3\tools\nuget.exe push *0.nupkg -Source https://www.nuget.org/api/v2/package
..\..\..\packages\NuGet.CommandLine.3.4.3\tools\nuget.exe push *.symbols.nupkg -Source https://www.nuget.org/api/v2/package
..\..\..\packages\NuGet.CommandLine.4.1.0\tools\nuget.exe push *0.nupkg -Source https://www.nuget.org/api/v2/package
..\..\..\packages\NuGet.CommandLine.4.1.0\tools\nuget.exe push *.symbols.nupkg -Source https://nuget.smbsrc.net/

0 comments on commit 59ee013

Please sign in to comment.