From 11b9adb77f6f734d0c1f88e99d3657348eaf45d7 Mon Sep 17 00:00:00 2001 From: Micheal Colhoun Date: Sat, 4 Sep 2021 22:50:11 +0100 Subject: [PATCH] remove --norestore --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 38fd458..5e1b84a 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -25,6 +25,6 @@ jobs: dotnet-version: 5.0.x - name: Build - run: dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore + run: dotnet build $SOLUTION --configuration $BUILD_CONFIG