.forgejo/workflows/dotnet.yaml aktualisiert
All checks were successful
Dotnet Build / build (push) Successful in -1h59m2s
All checks were successful
Dotnet Build / build (push) Successful in -1h59m2s
This commit is contained in:
parent
1faad86a8e
commit
d05f8db247
1 changed files with 6 additions and 2 deletions
|
@ -7,6 +7,10 @@ jobs:
|
||||||
runs-on: win11
|
runs-on: win11
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Test
|
- name: MSBuild version
|
||||||
run: |
|
run: |
|
||||||
MSBuild.exe /version
|
MSBuild.exe /version
|
||||||
|
|
||||||
|
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v4
|
Loading…
Add table
Reference in a new issue