From 82cf4b5bfebf2a4df99c4c82bcf0ac3263a8f62a Mon Sep 17 00:00:00 2001 From: Luca Date: Thu, 25 Apr 2024 02:18:47 +0200 Subject: [PATCH] Simplify build, and no need for tests for now, surely... --- .github/workflows/ci-windows.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 2d4fa36..807b3ba 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -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