mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-08-11 10:39:42 +00:00
adding the version number
This commit is contained in:
@@ -2,7 +2,9 @@ echo "Start building Electron.NET dev stack..."
|
||||
echo "Restore & Build API"
|
||||
cd ElectronNet.API
|
||||
dotnet restore
|
||||
dotnet pack /p:PackageVersion=0.0.1 --output %~dp0artifacts
|
||||
cd ..
|
||||
echo "Restore & Build API"
|
||||
cd ElectronNet.CLI
|
||||
dotnet restore
|
||||
dotnet pack /p:PackageVersion=0.0.1 --output %~dp0artifacts
|
||||
|
||||
Reference in New Issue
Block a user