Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkl committed Jul 2, 2024
1 parent ce678f8 commit e5553cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TestUtilities/Test.Utility/CommandRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public static CommandRunnerResult Run(string filename, string workingDirectory =
process.StartInfo.Environment["UseSharedCompilation"] = bool.FalseString;
process.StartInfo.Environment["DOTNET_SKIP_FIRST_TIME_EXPERIENCE"] = bool.TrueString;
process.StartInfo.Environment["DOTNET_CLI_TELEMETRY_OPTOUT"] = bool.TrueString;
process.StartInfo.Environment["SuppressNETCoreSdkPreviewMessage"] = bool.FalseString;
process.StartInfo.Environment["SuppressNETCoreSdkPreviewMessage"] = bool.TrueString;

if (environmentVariables != null)
{
Expand Down

0 comments on commit e5553cb

Please sign in to comment.