From 0b71b88603c56b5291439f190520724d3f82b588 Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Tue, 7 May 2024 00:43:15 +0200 Subject: [PATCH] =?UTF-8?q?test:=20Just=20speeding=20it=20up=20by=20skippi?= =?UTF-8?q?ng=20steps=20=F0=9F=99=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dotnet.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 3dc10ec609..caab8ff4a0 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -19,14 +19,14 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: 7.x.x - - name: Restore tools - run: dotnet tool restore - - name: Code formatting check - run: dotnet csharpier --check . - - name: Restore dependencies - run: dotnet restore DUI3-DX.slnf + - name: Add msbuild to PATH + uses: microsoft/setup-msbuild@v2 + # - name: Restore tools + # run: dotnet tool restore + # - name: Code formatting check + # run: dotnet csharpier --check . - name: Build - run: dotnet msbuild DUI3-DX.slnf /p:Configuration=Release /p:IsDesktopBuild=false + run: msbuild DUI3-DX.slnf /p:Configuration=Release /p:IsDesktopBuild=false - name: Upload artifacts uses: actions/upload-artifact@v4 with: