21082165d6
Add pack.ps1 to build the nuget package using dotnet pack
6 lines
185 B
PowerShell
6 lines
185 B
PowerShell
|
|
Write-Output "Package AspNetCore.Identity.MongoDbCore"
|
|
|
|
Remove-Item -Path "./bin/Release" -Force -Recurse
|
|
|
|
& dotnet pack -c Release -p:NuspecFile=AspNetCore.Identity.MongoDbCore.nuspec |