Skip to content

Commit

Permalink
IncludeSymbols
Browse files Browse the repository at this point in the history
  • Loading branch information
swharden committed May 26, 2020
1 parent ec83379 commit d99f723
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/build/build-and-publish.bat
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ dotnet build ..\..\src\FftSharp\FftSharp.csproj --verbosity quiet --configuratio
echo.
echo ### COPYING PACKAGE HERE ###
copy ..\..\src\FftSharp\bin\Release\*.nupkg .\
copy ..\..\src\FftSharp\bin\Release\*.snupkg .\

echo ### RUNNING TESTS ###
dotnet test ..\..\src\FftSharp.sln --configuration Release

echo.
echo WARNING! This script will UPLOAD packages to nuget.org
Expand Down
2 changes: 2 additions & 0 deletions src/FftSharp/FftSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<RepositoryUrl>https://github.com/swharden/FftSharp</RepositoryUrl>
<PackageTags>fft ifft fourier transform audio signal sound</PackageTags>
<PackageReleaseNotes>https://github.com/swharden/FftSharp</PackageReleaseNotes>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Version>1.0.1</Version>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
</PropertyGroup>
Expand Down

0 comments on commit d99f723

Please sign in to comment.