From 927c0f0c60250ff64f02af47f0d12e5dcdcc28b0 Mon Sep 17 00:00:00 2001 From: Tino Hager Date: Thu, 4 Mar 2021 19:48:23 +0100 Subject: [PATCH] Update dotnet-core.yml --- .github/workflows/dotnet-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index d74d66d..abb4f1a 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -31,7 +31,7 @@ jobs: - name: Test working-directory: ./src run: | - dotnet test --configuration Release --no-restore -no-build --verbosity normal + dotnet test --configuration Release --no-restore --no-build --verbosity normal - name: Build project and generate NuGet package run: | dotnet pack --configuration Release --output $GITHUB_WORKSPACE/out src/Nager.Country/Nager.Country.csproj