.forgejo/workflows/dotnet.yaml aktualisiert
All checks were successful
Dotnet Build / build (push) Successful in -1h57m51s
All checks were successful
Dotnet Build / build (push) Successful in -1h57m51s
This commit is contained in:
parent
5c6b5dff76
commit
e57fef6b57
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ jobs:
|
||||||
|
|
||||||
- name: MSBuild version
|
- name: MSBuild version
|
||||||
run: |
|
run: |
|
||||||
MSBuild.exe /version
|
msbuild -version
|
||||||
|
|
||||||
|
|
||||||
- name: Restore Packages
|
- name: Restore Packages
|
||||||
|
@ -21,4 +21,4 @@ jobs:
|
||||||
|
|
||||||
- name: Build Solution
|
- name: Build Solution
|
||||||
run: |
|
run: |
|
||||||
MSBuild.exe WeeXnes.sln /p:DeleteExistingFiles=True /p:platform="Any CPU" /p:configuration="Release"
|
msbuild WeeXnes.sln /p:DeleteExistingFiles=True /p:platform="Any CPU" /p:configuration="Release"
|
Loading…
Add table
Reference in a new issue