Skip to content

Commit c2110d0

Browse files
committed
Update build script
1 parent 54703b1 commit c2110d0

3 files changed

Lines changed: 13 additions & 45 deletions

File tree

.github/workflows/build.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
16-
with:
17-
fetch-depth: 0
15+
- uses: actions/checkout@v4
16+
with:
17+
fetch-depth: 0
1818

19-
- name: Setup .NET
20-
uses: actions/setup-dotnet@v4
21-
with:
22-
dotnet-version: 8.0.x
19+
- name: Setup .NET
20+
uses: actions/setup-dotnet@v4
21+
with:
22+
dotnet-version: 8.0.x
2323

24-
- name: Restore dependencies
25-
run: dotnet restore
24+
- name: Restore dependencies
25+
run: dotnet restore
2626

27-
- name: Build
28-
run: dotnet build --no-restore
27+
- name: Build
28+
run: dotnet build --no-restore
2929

30-
- name: Test
31-
run: dotnet test --no-build --verbosity normal
30+
- name: Test
31+
run: dotnet test --no-build --verbosity normal

tag-pre-release.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

tag-release.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)