.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
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
||||
- name: MSBuild version
|
||||
run: |
|
||||
MSBuild.exe /version
|
||||
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Restore Packages
|
||||
run: nuget restore WeeXnes.sln
|
Loading…
Add table
Reference in a new issue