Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions eng/pipelines/templates/jobs/sdk-job-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ parameters:
# This job uses the build step for testing, so the extra test step is not necessary.
runTests: false
- categoryName: TemplateEngine
testProjects: $(Build.SourcesDirectory)/test/Microsoft.TemplateEngine.Cli.UnitTests/Microsoft.TemplateEngine.Cli.UnitTests.csproj;$(Build.SourcesDirectory)/test/dotnet-new.Tests/dotnet-new.IntegrationTests.csproj
# Stop running the dotnet-new tests as they are timing out on windows until we can investigate. ";$(Build.SourcesDirectory)/test/dotnet-new.Tests/dotnet-new.IntegrationTests.csproj"
testProjects: $(Build.SourcesDirectory)/test/Microsoft.TemplateEngine.Cli.UnitTests/Microsoft.TemplateEngine.Cli.UnitTests.csproj
publishXunitResults: true
- categoryName: AoT
runAoTTests: true
Expand Down Expand Up @@ -110,4 +111,4 @@ jobs:
- template: /eng/pipelines/templates/jobs/sdk-build.yml
parameters:
${{ insert }}: ${{ parameters }}
${{ insert }}: ${{ jobParameters }}
${{ insert }}: ${{ jobParameters }}