Retarget VSTest before publishing with backward compatible runtimes

This commit is contained in:
Nick Guerrera 2017-11-02 15:05:24 -07:00
parent 116da0277c
commit 607907c67d

View file

@ -293,6 +293,7 @@
</Target>
<Target Name="RetargetVSTestConsole"
BeforeTargets="PublishStage2WithBackwardsCompatibleRuntimes"
AfterTargets="Publish">
<PropertyGroup>
<VSTestRuntimeConfigPath>$(PublishDir)/vstest.console.runtimeconfig.json</VSTestRuntimeConfigPath>