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