Skip to content

Commit 8b6a2a3

Browse files
committed
Update BuildTargetsTests.cs
1 parent 23e6047 commit 8b6a2a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Tests/BuildTargetsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ static void WriteNugetConfig(TempDirectory temp, string nugetSource)
7979

8080
static async Task<int> DotnetBuild(TempDirectory temp)
8181
{
82-
var startInfo = new ProcessStartInfo("dotnet", "build --configuration Release --disable-build-servers")
82+
var startInfo = new ProcessStartInfo("dotnet", "build --configuration Release --disable-build-servers /nodeReuse:false /p:UseSharedCompilation=false")
8383
{
8484
WorkingDirectory = temp.Path,
8585
RedirectStandardOutput = true,

0 commit comments

Comments
 (0)