From 5ae9e59924af951e10f88c42bf8e0a0ff3c0e3b3 Mon Sep 17 00:00:00 2001 From: Micheal Colhoun Date: Sat, 4 Sep 2021 22:47:19 +0100 Subject: [PATCH] simplify dotnet build --- .github/workflows/dotnet.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 5a48545..38fd458 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -19,12 +19,6 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Setup NuGet - uses: NuGet/setup-nuget@v1.0.5 - - - name: Restore dependencies - run: nuget restore $SOLUTION - - name: Setup .NET uses: actions/setup-dotnet@v1 with: @@ -33,5 +27,4 @@ jobs: - name: Build run: dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore - - name: Run tests - run: dotnet test /p:Configuration=$env:BUILD_CONFIG --no-restore --no-build --verbosity normal +