From 814f3866fb97453c0cad5d56aeee6c98465c550a Mon Sep 17 00:00:00 2001 From: Derrick Timmermans Date: Sun, 3 Oct 2021 14:35:25 +0200 Subject: [PATCH] Adjust build command to not use Development cofig --- .github/workflows/dotnetcore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 609de320d..a2f94a62f 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - name: Build with .NET - run: dotnet build --configuration Development + run: dotnet build - name: Unit Tests run: dotnet test --no-build --no-restore - name: Upload Artifact