We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb312a commit d6ef5e8Copy full SHA for d6ef5e8
buildReleaseNuGetPackages.cmd
@@ -2,7 +2,11 @@ echo "Start building Electron.NET dev stack..."
2
echo "Restore & Build API"
3
cd ElectronNet.API
4
dotnet restore
5
+dotnet build --configuration Release --force /property:Version=0.0.4
6
+dotnet pack /p:Version=0.0.4 --configuration Release --force --output "%~dp0artifacts"
7
cd ..
8
9
cd ElectronNet.CLI
10
11
12
0 commit comments