Simplify global properties passed to run SDK tests
This commit is contained in:
parent
ee7bc290b7
commit
b1b0b43d4f
1 changed files with 3 additions and 1 deletions
|
@ -93,12 +93,14 @@
|
|||
|
||||
<MSBuild Projects="$(MSBuildProjectFullPath)"
|
||||
Targets="RunTestsAsTool"
|
||||
Properties="ToolCommandName=testSdk%(SdkTest.Identity);TestProjectName=Microsoft.NET.%(SdkTest.Identity).Tests"
|
||||
Properties="ToolTestName=%(SdkTest.Identity)"
|
||||
BuildInParallel="true"/>
|
||||
</Target>
|
||||
|
||||
<Target Name="RunTestsAsTool">
|
||||
<PropertyGroup>
|
||||
<ToolCommandName>testSdk$(ToolTestName)</ToolCommandName>
|
||||
<TestProjectName>Microsoft.NET.$(ToolTestName).Tests</TestProjectName>
|
||||
<TestLocalToolFolder>$(ArtifactsTmpDir)$(ToolCommandName)\</TestLocalToolFolder>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue