Skip to content

Commit

Permalink
Prepare NuGet package for push
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Jul 16, 2019
1 parent dd41952 commit 8f409ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Platform.Comparers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

</Project>
2 changes: 2 additions & 0 deletions push-nuget.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dotnet pack -c Release
nuget push -Source https://api.nuget.org/v3/index.json bin\Release\*.nupkg

1 comment on commit 8f409ea

@Konard
Copy link
Member Author

@Konard Konard commented on 8f409ea Jul 24, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.