updated
This commit is contained in:
@@ -22,10 +22,10 @@ jobs:
|
|||||||
dotnet-version: '8.0.x'
|
dotnet-version: '8.0.x'
|
||||||
|
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: dotnet restore ./Astrocore/Astrocore.Api/Astrocore.Api.csproj
|
run: dotnet restore ./Astrocore.sln
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build ./Astrocore/Astrocore.Api/Astrocore.Api.csproj -c Release --no-restore
|
run: dotnet build ./Astrocore.sln -c Release --no-restore
|
||||||
|
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: dotnet publish ./Astrocore/Astrocore.Api/Astrocore.Api.csproj -c Release -o ./Astrocore/Astrocore.Api/out
|
run: dotnet publish ./Astrocore/Astrocore.Api/Astrocore.Api.csproj -c Release -o ./Astrocore/Astrocore.Api/out
|
||||||
|
|||||||
Reference in New Issue
Block a user