Retarget VSTest before publishing with backward compatible runtimes
This commit is contained in:
parent
116da0277c
commit
607907c67d
1 changed files with 1 additions and 0 deletions
|
@ -293,6 +293,7 @@
|
|||
</Target>
|
||||
|
||||
<Target Name="RetargetVSTestConsole"
|
||||
BeforeTargets="PublishStage2WithBackwardsCompatibleRuntimes"
|
||||
AfterTargets="Publish">
|
||||
<PropertyGroup>
|
||||
<VSTestRuntimeConfigPath>$(PublishDir)/vstest.console.runtimeconfig.json</VSTestRuntimeConfigPath>
|
||||
|
|
Loading…
Add table
Reference in a new issue