ci: attempt to fix syntax
Some checks reported warnings
Test if Server can be built / build-server (push) Has been cancelled
Some checks reported warnings
Test if Server can be built / build-server (push) Has been cancelled
This commit is contained in:
parent
4478dac2be
commit
68c3fa7530
1 changed files with 3 additions and 2 deletions
|
@ -9,5 +9,6 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- dotnet restore --packages
|
||||
- dotnet build --no-restore
|
||||
commands:
|
||||
- dotnet restore --packages
|
||||
- dotnet build --no-restore
|
||||
|
|
Loading…
Reference in a new issue