From a8df3c8f353dc47c7a63b6662383ee41112645d3 Mon Sep 17 00:00:00 2001 From: Derek Bailey Date: Thu, 9 Jan 2025 20:32:43 -0800 Subject: [PATCH] Remove outpath altogether --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 833aa8a82..f8e293479 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -211,11 +211,11 @@ jobs: cd tests\FlatBuffers.Test dotnet new sln --force --name FlatBuffers.Test dotnet sln FlatBuffers.Test.sln add FlatBuffers.Test.csproj - dotnet build -c Release ${{matrix.configuration}} --property:OutputPath=out FlatBuffers.Test.sln + dotnet build -c Release ${{matrix.configuration}} FlatBuffers.Test.sln - name: Run run: | cd tests\FlatBuffers.Test - out\FlatBuffers.Test.exe + FlatBuffers.Test.exe build-mac-intel: permissions: