oqtane.framework/Oqtane.Package/release.cmd
2020-05-26 09:28:37 +02:00

6 lines
196 B
Batchfile

DEL "*.nupkg"
dotnet clean -c Release ..\Oqtane.sln
dotnet build -c Release ..\Oqtane.sln
dotnet pack -o .\ -c Release ..\Oqtane.sln
nuget.exe pack Oqtane.Framework.nuspec