-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuild.cmd
More file actions
8 lines (8 loc) · 928 Bytes
/
Copy pathbuild.cmd
File metadata and controls
8 lines (8 loc) · 928 Bytes
1
2
3
4
5
6
7
8
dotnet build src/Cronograph.Shared/Cronograph.Shared.csproj --configuration Release
dotnet build src/Cronograph/Cronograph.csproj --configuration Release
dotnet publish src/Cronograph.Client/Cronograph.Client.csproj --configuration Release --output src/blazor
dotnet build src/Cronograph.UI/Cronograph.UI.csproj --configuration Release
dotnet build src/Cronograph.MongoDb/Cronograph.MongoDb.csproj --configuration Release
REM dotnet pack src/Cronograph.Shared/Cronograph.Shared.csproj -o packages --configuration Release --no-build --verbosity normal -p:PackageVersion=1.0.${{ github.run_number }}
REM dotnet pack src/Cronograph/Cronograph.csproj -o packages --configuration Release --no-build --verbosity normal -p:PackageVersion=1.0.${{ github.run_number }}
REM dotnet pack src/Cronograph.UI/Cronograph.UI.csproj -o packages --configuration Release --no-build --verbosity normal -p:PackageVersion=1.0.${{ github.run_number }}