Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 188 Bytes

build.md

File metadata and controls

12 lines (9 loc) · 188 Bytes

To build .NET Standard packages

dotnet pack -c Release

To build UWP packages

msbuild /t:Restore /p:Configuration=Release
msbuild /t:Pack /p:Configuration=Release