[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:
dotnet-maestro[bot] 2023-08-15 02:20:42 +00:00 committed by GitHub
parent 95a65b11cd
commit 1c0b692a4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 127 additions and 126 deletions

View file

@ -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);
}