We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7283e1 commit fb2c043Copy full SHA for fb2c043
src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/DotNetHelper.cs
@@ -216,8 +216,7 @@ public void ExecuteRun(string projectName) =>
216
217
public void ExecuteRunWeb(string projectName, DotNetTemplate template)
218
{
219
- // 'dotnet run' exit code differs between CoreCLR and Mono (https://github.com/dotnet/sdk/issues/30095).
220
- int expectedExitCode = IsMonoRuntime ? 143 : 0;
+ int expectedExitCode = 0;
221
222
ExecuteWeb(
223
projectName,
0 commit comments