Update build.yml
This commit is contained in:
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@@ -22,11 +22,17 @@ jobs:
|
||||
with:
|
||||
dotnet-version: ${{ env.DOTNET_VERSION }}
|
||||
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
- name: Restore WebAPI
|
||||
run: dotnet restore src/Bimix.API/Bimix.API.csproj
|
||||
|
||||
- name: Build solution
|
||||
run: dotnet build --configuration Release --no-restore
|
||||
- name: Restore WebUI
|
||||
run: dotnet restore src/Bimix.UI.Web/Bimix.UI.Web.csproj
|
||||
|
||||
- name: Build WebAPI
|
||||
run: dotnet build src/Bimix.API/Bimix.API.csproj --configuration Release --no-restore
|
||||
|
||||
- name: Build WebUI
|
||||
run: dotnet build src/Bimix.UI.Web/Bimix.UI.Web.csproj --configuration Release --no-restore
|
||||
|
||||
- name: Publish WebAPI
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user