Adding a step to shutdown the vbcscompiler after test execution.

This commit is contained in:
Livar Cunha 2018-03-29 11:52:16 -07:00
parent b250271ac1
commit c4f42d3e6c

View file

@ -74,6 +74,8 @@
Projects="@(ProjectsToTest)">
</MSBuild>
<Exec Command="$(DotnetInOutputDirectory) exec $(RoslynDirectory)/bincore/VBCSCompiler.dll -shutdown" />
<Message Text="Finished test execution" Importance="High" />
<!-- Begin Workaround lack of a stable package version for depedencies; remove simulated stable version folder. -->