Fix fuzzers for .NET 8 SDK publish (#80673)
authorJakob Botsch Nielsen <Jakob.botsch.nielsen@gmail.com>
Tue, 17 Jan 2023 17:52:57 +0000 (18:52 +0100)
committerGitHub <noreply@github.com>
Tue, 17 Jan 2023 17:52:57 +0000 (18:52 +0100)
commit2e77a42d4563246f2362a498ca5906fdbd9274db
treedb82dfc4925660d8c84fd2b8a0d8bcaadea134c5
parentca7eaf749479301fee03132c3efb4e792f4e590a
Fix fuzzers for .NET 8 SDK publish (#80673)

dotnet publish does not allow publishing with an output path in the .NET
8 SDK. They failed this weekend's rolling runs so this change makes the
build scripts specify the project to build.
src/coreclr/scripts/fuzzer_setup.py