.forgejo/workflows/dotnet.yaml hinzugefügt
All checks were successful
Dotnet Build / build (push) Successful in -1h59m53s
All checks were successful
Dotnet Build / build (push) Successful in -1h59m53s
This commit is contained in:
parent
a0e607d1e3
commit
09a7ee6dea
1 changed files with 12 additions and 0 deletions
12
.forgejo/workflows/dotnet.yaml
Normal file
12
.forgejo/workflows/dotnet.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
name: Dotnet Build
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: win11
|
||||
|
||||
steps:
|
||||
- name: Test
|
||||
run: |
|
||||
help
|
Loading…
Add table
Reference in a new issue