From f4585bdbfdb7db50505940474023b0bd3b961add Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Mon, 12 Feb 2018 15:43:40 -0800 Subject: [PATCH] Re-enable templates tests on CI (#874) --- build/Publish.targets | 5 +---- build/Templating.targets | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 4 deletions(-) diff --git a/build/Publish.targets b/build/Publish.targets index d36fc0a363..ad3286a212 100644 --- a/build/Publish.targets +++ b/build/Publish.targets @@ -181,8 +181,7 @@ - - + - - $(MSBuildThisFileDirectory)..\modules\Templating\ $(GetArtifactInfoDependsOn);GetTemplateArtifactInfo + $(TestDependsOn);TestTemplates + false @@ -43,4 +45,34 @@ + + + + + + + + + + + + + <_BuildTemplateProjProperties> + $(TemplateProjProperties); + SkipAspNetCoreRuntimeInstall=true; + DotNetRestoreSourcesPropsPath=$(GeneratedRestoreSourcesPropsPath); + DotNetPackageVersionPropsPath=$(GeneratedPackageVersionPropsPath); + NoBuild=true; + + + + + +