From: js6pak Date: Mon, 12 Oct 2020 21:27:22 +0000 (+0200) Subject: Fix CI? X-Git-Tag: v1.2.2~113^2~25^2 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=971431887801f619b83cb156aa55945469ae3ceb;p=rhonda%2Fimpostor.git Fix CI? --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 08ad6d6..7432c72 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,10 +29,8 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: 3.1.402 - - name: Install dependencies - run: dotnet restore ./src - name: Build Impostor.Client - run: msbuild ./src/Impostor.Client/Impostor.Client.WinForms/Impostor.Client.WinForms.csproj /p:Configuration=Release + run: dotnet build ./src/Impostor.Client/Impostor.Client.WinForms/Impostor.Client.WinForms.csproj -c Release build-server: name: Build Server runs-on: windows-latest