From f7596021207a1eb9a4fcfb2ce8c9c4674cd1afc1 Mon Sep 17 00:00:00 2001 From: rjindael Date: Mon, 31 Jul 2023 05:43:04 -0700 Subject: [PATCH] =?UTF-8?q?feat(ci):=20bring=20back=2010s=20builds=20?= =?UTF-8?q?=F0=9F=98=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd51099..889f351 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,14 +16,8 @@ jobs: - uses: actions/setup-dotnet@v3 with: dotnet-version: 7.0 - - - name: Restore dependencies - run: dotnet restore - + - name: Build - run: dotnet build --no-restore - - - name: Publish run: dotnet publish --no-self-contained -c ${{ matrix.configuration }} -r win-x64 - name: Upload