Initial import of the CBDDC codebase with docs and tests. Add a .NET-focused gitignore to keep generated artifacts out of source control.
Some checks failed
CI / verify (push) Has been cancelled
Some checks failed
CI / verify (push) Has been cancelled
This commit is contained in:
12
pack.bat
Executable file
12
pack.bat
Executable file
@@ -0,0 +1,12 @@
|
||||
@echo off
|
||||
echo Packing CBDDC NuGet Packages...
|
||||
mkdir nupkgs 2>nul
|
||||
|
||||
dotnet pack src/ZB.MOM.WW.CBDDC.Core/ZB.MOM.WW.CBDDC.Core.csproj -c Release -o nupkgs
|
||||
dotnet pack src/ZB.MOM.WW.CBDDC.Network/ZB.MOM.WW.CBDDC.Network.csproj -c Release -o nupkgs
|
||||
dotnet pack src/ZB.MOM.WW.CBDDC.Persistence/ZB.MOM.WW.CBDDC.Persistence.csproj -c Release -o nupkgs
|
||||
|
||||
echo.
|
||||
echo Packages created in 'nupkgs' directory.
|
||||
dir nupkgs
|
||||
pause
|
||||
Reference in New Issue
Block a user