summaryrefslogtreecommitdiff
path: root/tests/src/sizeondisk/sodbench/SoDBench.cs
diff options
context:
space:
mode:
authorVictor "Nate" Graf <nategraf1@gmail.com>2018-03-26 12:10:37 -0700
committerGitHub <noreply@github.com>2018-03-26 12:10:37 -0700
commit01835496c78c66e46c0770b5321c5f814168c58f (patch)
tree4c12f60d0c34a12b337c16ce910f0f5244416957 /tests/src/sizeondisk/sodbench/SoDBench.cs
parent77dd2123262e54f42c319ad024db1842f6d537d4 (diff)
downloadcoreclr-01835496c78c66e46c0770b5321c5f814168c58f.tar.gz
coreclr-01835496c78c66e46c0770b5321c5f814168c58f.tar.bz2
coreclr-01835496c78c66e46c0770b5321c5f814168c58f.zip
Add /p:UseRazorBuildServer=false to prevent background processes (#17152)
Diffstat (limited to 'tests/src/sizeondisk/sodbench/SoDBench.cs')
-rw-r--r--tests/src/sizeondisk/sodbench/SoDBench.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/sizeondisk/sodbench/SoDBench.cs b/tests/src/sizeondisk/sodbench/SoDBench.cs
index cd8c819266..fe40a4d54e 100644
--- a/tests/src/sizeondisk/sodbench/SoDBench.cs
+++ b/tests/src/sizeondisk/sodbench/SoDBench.cs
@@ -371,7 +371,7 @@ namespace SoDBench
{
FileName = s_dotnetExe.FullName,
// The UserSharedCompiler flag is set to false to prevent handles from being held that will later cause deletion of the installed SDK to fail.
- Arguments = $"publish -c Release --runtime {os} --output {publishDir.FullName} /p:UseSharedCompilation=false",
+ Arguments = $"publish -c Release --runtime {os} --output {publishDir.FullName} /p:UseSharedCompilation=false /p:UseRazorBuildServer=false",
UseShellExecute = false,
WorkingDirectory = deploymentSandbox.FullName
};