[main] Update dependencies from dotnet/sdk (#17118)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Jason Zhai <v-wuzhai@microsoft.com> Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com> Co-authored-by: Michael Simons <msimons@microsoft.com> Co-authored-by: Steve Pfister <steveisok@users.noreply.github.com> Co-authored-by: Matt Thalman <mthalman@microsoft.com> Co-authored-by: Larry Ewing <lewing@microsoft.com>
This commit is contained in:
parent
95a65b11cd
commit
1c0b692a4e
8 changed files with 127 additions and 126 deletions
|
@ -408,7 +408,7 @@ namespace EndToEnd.Tests
|
|||
{
|
||||
string framework = DetectExpectedDefaultFramework(templateName);
|
||||
|
||||
if (RuntimeInformation.RuntimeIdentifier.StartsWith("alpine")) //linux musl
|
||||
if (RuntimeInformation.RuntimeIdentifier.StartsWith("linux-musl"))
|
||||
{
|
||||
TestTemplateCreateAndBuild(templateName, build: false, framework: framework);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue