From ea553baaa3b832ba1423ae68f012ea0b4c3d195c Mon Sep 17 00:00:00 2001 From: Dmitrii Korolev Date: Sat, 10 Aug 2024 12:56:41 +0200 Subject: [PATCH] build only test proj --- .github/workflows/dotnet-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-integration.yml b/.github/workflows/dotnet-integration.yml index f0a303d..d341855 100644 --- a/.github/workflows/dotnet-integration.yml +++ b/.github/workflows/dotnet-integration.yml @@ -26,7 +26,7 @@ jobs: include-prerelease: true - name: Build - run: dotnet build Dapper.AOT.sln -c Debug + run: dotnet build test/Dapper.AOT.Test.Integration/Dapper.AOT.Test.Integration.csproj -c Debug - name: '[Debug] Check Files' run: ls -R