Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MerrickZ authored Oct 30, 2024
1 parent ac6893f commit d2cb608
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build:

runs-on: windows
runs-on: windows-latest

steps:
- uses: actions/checkout@v4
Expand All @@ -23,8 +23,4 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
- name: release
uses: PSModule/Auto-Release@v1.7.14
run: dotnet build --configuration Release

0 comments on commit d2cb608

Please sign in to comment.