Disambiguate /p from -p on dotnet-run
This commit is contained in:
parent
ed7e6db79e
commit
0f131ac245
|
|
@ -95,7 +95,7 @@ namespace Microsoft.AspNetCore.Server.IntegrationTesting
|
||||||
executableName = DotnetCommandName;
|
executableName = DotnetCommandName;
|
||||||
// Set VerifyMatchingImplicitPackageVersion to disable errors when Microsoft.NETCore.App's version is overridden externally
|
// Set VerifyMatchingImplicitPackageVersion to disable errors when Microsoft.NETCore.App's version is overridden externally
|
||||||
// This verification doesn't matter if we are skipping restore during tests.
|
// This verification doesn't matter if we are skipping restore during tests.
|
||||||
executableArgs = $"run --no-restore --framework {targetFramework} -p:VerifyMatchingImplicitPackageVersion=false {DotnetArgumentSeparator}";
|
executableArgs = $"run --no-restore --framework {targetFramework} /p:VerifyMatchingImplicitPackageVersion=false {DotnetArgumentSeparator}";
|
||||||
}
|
}
|
||||||
|
|
||||||
executableArgs += $" --server.urls {hintUrl} "
|
executableArgs += $" --server.urls {hintUrl} "
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue