.forgejo/workflows/dotnet.yaml aktualisiert
Some checks failed
Dotnet Build / build (push) Has been cancelled
Some checks failed
Dotnet Build / build (push) Has been cancelled
This commit is contained in:
parent
d05f8db247
commit
c85baa5172
1 changed files with 6 additions and 2 deletions
|
@ -7,10 +7,14 @@ jobs:
|
||||||
runs-on: win11
|
runs-on: win11
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
||||||
- name: MSBuild version
|
- name: MSBuild version
|
||||||
run: |
|
run: |
|
||||||
MSBuild.exe /version
|
MSBuild.exe /version
|
||||||
|
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Restore Packages
|
||||||
uses: actions/checkout@v4
|
run: nuget restore WeeXnes.sln
|
Loading…
Add table
Reference in a new issue