Update build.yml

This commit is contained in:
Michał Zieliński
2025-06-24 09:31:31 +02:00
parent 1e823ab4d3
commit eb4b2efbff

View File

@@ -23,16 +23,16 @@ jobs:
dotnet-version: ${{ env.DOTNET_VERSION }} dotnet-version: ${{ env.DOTNET_VERSION }}
- name: Restore WebAPI - name: Restore WebAPI
run: dotnet restore src/Bimix.API/Bimix.API.csproj run: dotnet restore Bimix.API/Bimix.API.csproj
- name: Restore WebUI - name: Restore WebUI
run: dotnet restore src/Bimix.UI.Web/Bimix.UI.Web.csproj run: dotnet restore Bimix.UI.Web/Bimix.UI.Web.csproj
- name: Build WebAPI - name: Build WebAPI
run: dotnet build src/Bimix.API/Bimix.API.csproj --configuration Release --no-restore run: dotnet build Bimix.API/Bimix.API.csproj --configuration Release --no-restore
- name: Build WebUI - name: Build WebUI
run: dotnet build src/Bimix.UI.Web/Bimix.UI.Web.csproj --configuration Release --no-restore run: dotnet build Bimix.UI.Web/Bimix.UI.Web.csproj --configuration Release --no-restore
- name: Publish WebAPI - name: Publish WebAPI
run: | run: |