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 a349f2f commit 6e63441Copy full SHA for 6e63441
eng/pipelines/templates/jobs/sdk-job-matrix.yml
@@ -59,9 +59,7 @@ parameters:
59
osProperties: /p:HostOSName=linux-musl
60
# SBOM generation is not supported for alpine.
61
enableSbom: false
62
- # Skipping all container-based testing for now.
63
- # See: https://github.com/dotnet/sdk/issues/40935
64
- runTests: false
+ runTests: true
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