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 ac67de5 commit 7e865a2Copy full SHA for 7e865a2
eng/pipelines/templates/jobs/sdk-build.yml
@@ -137,6 +137,7 @@ jobs:
137
-restore -test -ci -prepareMachine -nativeToolsOnMachine
138
-configuration $(buildConfiguration)
139
/p:Projects="$(Build.SourcesDirectory)/test/dotnet-new.IntegrationTests/dotnet-new.IntegrationTests.csproj"
140
+ /p:TestRunnerAdditionalArguments="-class Microsoft.DotNet.Cli.New.IntegrationTests.DotnetNewTestTemplatesTests"
141
${{ parameters.runtimeSourceProperties }}
142
/bl:$(Build.SourcesDirectory)/artifacts/log/$(buildConfiguration)/TestTemplateTests.binlog
143
displayName: 🟣 Run Test Templates Tests
0 commit comments