From 97aebd982f35c336e629b3f145cbc02e9751e747 Mon Sep 17 00:00:00 2001 From: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com> Date: Fri, 19 Mar 2021 21:46:57 +0100 Subject: [PATCH] add missed out --no-restore --- .github/workflows/build-dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-dotnet.yml b/.github/workflows/build-dotnet.yml index 1395b38..fdbbe0d 100644 --- a/.github/workflows/build-dotnet.yml +++ b/.github/workflows/build-dotnet.yml @@ -21,7 +21,7 @@ jobs: run: dotnet restore - name: "Build" - run: dotnet build --configuration Release + run: dotnet build --configuration Release --no-restore - name: "Test" run: dotnet test --no-restore --verbosity normal