Skip to content

Commit

Permalink
Simplify build, and no need for tests for now, surely...
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Apr 25, 2024
1 parent aa6fb7a commit 82cf4b5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,6 @@ jobs:
restore-keys: |
${{ runner.os }}-nuget-
- name: Install dependencies
run: dotnet restore

- name: Build
run: dotnet build --configuration Release --no-restore

- name: Test
run: dotnet test --no-restore --verbosity normal

- name: Publish ShockOSC Windows
run: dotnet publish ShockOsc/ShockOsc.csproj -c Release -f net8.0-windows10.0.19041.0 -o ./publish/ShockOsc

Expand Down

0 comments on commit 82cf4b5

Please sign in to comment.