File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 66 - workflow_dispatch
77
88jobs :
9- # Linux:
10- # runs-on: ubuntu-24.04
11- # steps:
12- # - name: Checkout
13- # uses: actions/checkout@v5
14- # with:
15- # fetch-depth: 0 # needed for Nerdbank.GitVersioning
9+ Linux :
10+ runs-on : ubuntu-24.04
11+ steps :
12+ - name : Checkout
13+ uses : actions/checkout@v5
14+ with :
15+ fetch-depth : 0 # needed for Nerdbank.GitVersioning
1616
1717 # - name: Setup .NET
1818 # uses: actions/setup-dotnet@v4
@@ -53,13 +53,13 @@ jobs:
5353 # name: Coverlet Results Linux
5454 # path: coverlet
5555
56- # Windows:
57- # runs-on: windows-2025
58- # steps:
59- # - name: Checkout
60- # uses: actions/checkout@v5
61- # with:
62- # fetch-depth: 0 # needed for Nerdbank.GitVersioning
56+ Windows :
57+ runs-on : windows-2025
58+ steps :
59+ - name : Checkout
60+ uses : actions/checkout@v5
61+ with :
62+ fetch-depth : 0 # needed for Nerdbank.GitVersioning
6363
6464 # - name: Setup .NET
6565 # uses: actions/setup-dotnet@v4
You can’t perform that action at this time.
0 commit comments