From eaee39c4bc85c17e513f3a65496421072b4adef0 Mon Sep 17 00:00:00 2001 From: Pavlick Maloletckov Date: Sat, 21 Dec 2024 20:41:02 -0500 Subject: [PATCH] GitHub action edit, MSBuild Configuration removed --- .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 1be95e6..c1ea674 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -28,7 +28,7 @@ jobs: run: msbuild /t:Restore - name: Build - run: msbuild /p:Configuration=Development + run: msbuild - name: Run Unit Tests run: dotnet test Tests/EerieLeap.Tests.Unit/EerieLeap.Tests.Unit.csproj --no-build --verbosity normal