Skip to content

Commit

Permalink
Remove outpath altogether
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaileychess committed Jan 10, 2025
1 parent b8629d4 commit a8df3c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a8df3c8

Please sign in to comment.