We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc14b3 commit 49032faCopy full SHA for 49032fa
PCbuild/pyproject.props
@@ -127,7 +127,7 @@ foreach (System.Diagnostics.Process p in System.Diagnostics.Process.GetProcesses
127
</UsingTask>
128
129
<Target Name="KillPython" BeforeTargets="PrepareForBuild" Condition="'$(KillPython)' == 'true'">
130
- <Message Text="Killing any running python.exe instances..." Importance="high" />
+ <Message Text="Killing any running python$(PyDebugExt).exe instances..." Importance="high" />
131
<KillPython FileName="$(OutDir)python$(PyDebugExt).exe" />
132
</Target>
133
0 commit comments