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 435dda0 commit c599a92Copy full SHA for c599a92
eng/pipelines/templates/jobs/sdk-job-matrix.yml
@@ -59,7 +59,9 @@ parameters:
59
osProperties: /p:HostOSName=linux-musl
60
# SBOM generation is not supported for alpine.
61
enableSbom: false
62
- runTests: true
+ # Skipping all container-based testing for now.
63
+ # See: https://github.com/dotnet/sdk/issues/40935
64
+ runTests: false
65
- categoryName: TemplateEngine
66
osProperties: $(linuxOsPortableProperties)
67
testProjects: $(Build.SourcesDirectory)/test/Microsoft.TemplateEngine.Cli.UnitTests/Microsoft.TemplateEngine.Cli.UnitTests.csproj;$(Build.SourcesDirectory)/test/dotnet-new.IntegrationTests/dotnet-new.IntegrationTests.csproj
0 commit comments