.forgejo/workflows/dotnet.yaml aktualisiert
Some checks failed
Dotnet Build / build (push) Failing after -1h58m21s
Some checks failed
Dotnet Build / build (push) Failing after -1h58m21s
This commit is contained in:
parent
4d937f14eb
commit
5c6b5dff76
1 changed files with 5 additions and 1 deletions
|
@ -18,3 +18,7 @@ jobs:
|
||||||
|
|
||||||
- name: Restore Packages
|
- name: Restore Packages
|
||||||
run: nuget restore WeeXnes.sln
|
run: nuget restore WeeXnes.sln
|
||||||
|
|
||||||
|
- name: Build Solution
|
||||||
|
run: |
|
||||||
|
MSBuild.exe WeeXnes.sln /p:DeleteExistingFiles=True /p:platform="Any CPU" /p:configuration="Release"
|
Loading…
Add table
Reference in a new issue