Add autobuild to Connected.Common repository

This commit is contained in:
Matija Koželj 2022-12-30 10:55:18 +01:00
parent c3553d2787
commit 878f0d76f5
2 changed files with 7 additions and 0 deletions

0
build/.gitkeep Normal file
View File

7
build/buildProjects.bat Normal file
View File

@ -0,0 +1,7 @@
dotnet build ../src/Connected.Common.Model/Connected.Common.Model.csproj
dotnet build ../src/Connected.Common/Connected.Common.csproj
dotnet build ../src/Connected.Common.Numbering.Model/Connected.Common.Numbering.Model.csproj
dotnet build ../src/Connected.Common.Numbering/Connected.Common.Numbering.csproj
dotnet build ../src/Connected.Common.Numbering.Middleware/Connected.Common.Numbering.Middleware.csproj
dotnet build ../src/Connected.Common.Notes.Model/Connected.Common.Notes.Model.csproj
dotnet build ../src/Connected.Common.Notes/Connected.Common.Notes.csproj