Run templating tests from Universe build. Fixes #642
This commit is contained in:
parent
81a458a160
commit
fb7a3f8166
|
|
@ -13,10 +13,15 @@
|
||||||
Configuration=$(Configuration);
|
Configuration=$(Configuration);
|
||||||
IsFinalBuild=$(IsFinalBuild);
|
IsFinalBuild=$(IsFinalBuild);
|
||||||
</TemplateProjProperties>
|
</TemplateProjProperties>
|
||||||
|
<TemplateProjTargets>Restore;Compile;Package</TemplateProjTargets>
|
||||||
|
<TemplateProjTargets Condition="'$(SkipTests)' != 'true'">
|
||||||
|
$(TemplateProjTargets);
|
||||||
|
Test;
|
||||||
|
</TemplateProjTargets>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<MSBuild Projects="$(MSBuildProjectFullPath)"
|
<MSBuild Projects="$(MSBuildProjectFullPath)"
|
||||||
Targets="Restore;Compile;Package"
|
Targets="$(TemplateProjTargets)"
|
||||||
Properties="$(TemplateProjProperties)" />
|
Properties="$(TemplateProjProperties)" />
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue