Skip to content

Commit d2cb608

Browse files
authored
Update dotnet.yml
1 parent ac6893f commit d2cb608

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/dotnet.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
build:
1414

15-
runs-on: windows
15+
runs-on: windows-latest
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -23,8 +23,4 @@ jobs:
2323
- name: Restore dependencies
2424
run: dotnet restore
2525
- name: Build
26-
run: dotnet build --no-restore
27-
- name: Test
28-
run: dotnet test --no-build --verbosity normal
29-
- name: release
30-
uses: PSModule/[email protected]
26+
run: dotnet build --configuration Release

0 commit comments

Comments
 (0)