Skip to content

Commit 0e80fa6

Browse files
authored
Revert "Disable templating tests on windows to unblock PR builds" (#42051)
2 parents e129905 + 6d597bd commit 0e80fa6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

eng/pipelines/templates/jobs/sdk-job-matrix.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ parameters:
1313
# This job uses the build step for testing, so the extra test step is not necessary.
1414
runTests: false
1515
- categoryName: TemplateEngine
16-
# 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"
17-
testProjects: $(Build.SourcesDirectory)/test/Microsoft.TemplateEngine.Cli.UnitTests/Microsoft.TemplateEngine.Cli.UnitTests.csproj
16+
testProjects: $(Build.SourcesDirectory)/test/Microsoft.TemplateEngine.Cli.UnitTests/Microsoft.TemplateEngine.Cli.UnitTests.csproj;$(Build.SourcesDirectory)/test/dotnet-new.Tests/dotnet-new.IntegrationTests.csproj
1817
publishXunitResults: true
1918
- categoryName: AoT
2019
runAoTTests: true
@@ -111,4 +110,4 @@ jobs:
111110
- template: /eng/pipelines/templates/jobs/sdk-build.yml
112111
parameters:
113112
${{ insert }}: ${{ parameters }}
114-
${{ insert }}: ${{ jobParameters }}
113+
${{ insert }}: ${{ jobParameters }}

0 commit comments

Comments
 (0)