Use OutputPath instead of PublishDir

This commit is contained in:
Derek Bailey
2025-01-09 20:22:13 -08:00
parent ccdab58c11
commit b8629d402e

View File

@@ -211,7 +211,7 @@ 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:PublishDir=out FlatBuffers.Test.sln
dotnet build -c Release ${{matrix.configuration}} --property:OutputPath=out FlatBuffers.Test.sln
- name: Run
run: |
cd tests\FlatBuffers.Test