diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 93ddb2b..1e0242f 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -23,11 +23,9 @@ jobs: - name: NuGet packages restore run: nuget restore Platform.Delegates.sln - name: Build - run: msbuild Platform.Delegates.sln /p:Configuration=Release /p:Platform=x64 + run: msbuild Platform.Delegates.sln /p:Configuration=Test /p:Platform=x64 - name: Test - run: | - x64\Release\Platform.Delegates.Tests.Console.exe - x64\Release\Platform.Delegates.Tests.NuGet.Console.exe + run: x64\Test\Platform.Delegates.Tests.Console.exe deploy: needs: buildAndTest