Files
AspNetCore.Identity.MongoDb…/src/pack.ps1
T
David Barker 21082165d6 Update nuspec to 3.1 version to match aspnetcore3.1
Add pack.ps1 to build the nuget package using dotnet pack
2021-03-03 17:24:09 +08:00

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