Skip to content

Commit 02f71a8

Browse files
committed
x
1 parent eae5215 commit 02f71a8

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
66
- workflow_dispatch
77

88
jobs:
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

0 commit comments

Comments
 (0)