Skip to content

Commit 7e865a2

Browse files
committed
Only test templates
1 parent ac67de5 commit 7e865a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/pipelines/templates/jobs/sdk-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ jobs:
137137
-restore -test -ci -prepareMachine -nativeToolsOnMachine
138138
-configuration $(buildConfiguration)
139139
/p:Projects="$(Build.SourcesDirectory)/test/dotnet-new.IntegrationTests/dotnet-new.IntegrationTests.csproj"
140+
/p:TestRunnerAdditionalArguments="-class Microsoft.DotNet.Cli.New.IntegrationTests.DotnetNewTestTemplatesTests"
140141
${{ parameters.runtimeSourceProperties }}
141142
/bl:$(Build.SourcesDirectory)/artifacts/log/$(buildConfiguration)/TestTemplateTests.binlog
142143
displayName: 🟣 Run Test Templates Tests

0 commit comments

Comments
 (0)