Undoing hack to retarget vstest console now that it is no longer necessary and it targets 2.0.

This commit is contained in:
Livar Cunha 2017-03-18 09:59:41 -07:00
parent ec7c81ea84
commit 421c7cb3b2

View file

@ -150,18 +150,6 @@
AfterTargets="Publish"> AfterTargets="Publish">
</Target> </Target>
<Target Name="RetargetVSTestConsole"
AfterTargets="Publish">
<PropertyGroup>
<VSTestRuntimeConfigPath>$(PublishDir)/vstest.console.runtimeconfig.json</VSTestRuntimeConfigPath>
</PropertyGroup>
<ReplaceFileContents
InputFile="$(VSTestRuntimeConfigPath)"
DestinationFile="$(VSTestRuntimeConfigPath)"
ReplacementPatterns="1.0.0"
ReplacementStrings="1.1.1" />
</Target>
<Target Name="CrossgenPublishDir" <Target Name="CrossgenPublishDir"
Condition=" '$(DISABLE_CROSSGEN)' == '' " Condition=" '$(DISABLE_CROSSGEN)' == '' "
AfterTargets="PublishMSBuildExtensions"> AfterTargets="PublishMSBuildExtensions">