Revert "Revert "[release/6.0.1xx] Switch to stable RTM branding"" (#12471)
* Revert "Revert "[release/6.0.1xx] Switch to stable RTM branding" (#12470)"
This reverts commit 2bca7f450a
.
* Workaround F# failures in tests
* No need for feed
This commit is contained in:
parent
228b577bf4
commit
2736213c68
3 changed files with 8 additions and 7 deletions
|
@ -412,6 +412,13 @@ namespace EndToEnd.Tests
|
|||
{
|
||||
buildArgs += $" --framework {framework}";
|
||||
}
|
||||
|
||||
// Remove this (or formalize it) after https://github.com/dotnet/installer/issues/12479 is resolved.
|
||||
if (language == "F#")
|
||||
{
|
||||
buildArgs += $" /p:_NETCoreSdkIsPreview=true";
|
||||
}
|
||||
|
||||
string dotnetRoot = Path.GetDirectoryName(RepoDirectoriesProvider.DotnetUnderTest);
|
||||
new BuildCommand()
|
||||
.WithEnvironmentVariable("PATH", dotnetRoot) // override PATH since razor rely on PATH to find dotnet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue