mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Update webapi.yml
This commit is contained in:
parent
9c95b5ba77
commit
0c8c1b3191
1 changed files with 1 additions and 2 deletions
3
.github/workflows/webapi.yml
vendored
3
.github/workflows/webapi.yml
vendored
|
|
@ -18,10 +18,9 @@ jobs:
|
|||
- uses: actions/checkout@v3.3.0
|
||||
|
||||
- name: Set up .NET Core
|
||||
uses: actions/setup-dotnet@v3.0.3
|
||||
uses: actions/setup-dotnet@v2.1.1
|
||||
with:
|
||||
dotnet-version: '6.0.x'
|
||||
include-prerelease: true
|
||||
|
||||
- name: Build with dotnet
|
||||
run: dotnet build ./src/ServerManager.WebApplication/ServerManager.WebApplication.csproj --configuration Release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue