Adding a step to shutdown the vbcscompiler after test execution.
This commit is contained in:
parent
b250271ac1
commit
c4f42d3e6c
1 changed files with 2 additions and 0 deletions
|
@ -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. -->
|
||||
|
|
Loading…
Add table
Reference in a new issue