mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Fix root path
This commit is contained in:
parent
9f37496b4c
commit
2cfdd9d1cf
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<RootPath>$(MSBuildThisFileDirectory)\..\src\ptvsd\</RootPath>
|
||||
<RootPath>$(MSBuildThisFileDirectory)\..\..\src\ptvsd\</RootPath>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="$(BUILD_BINARIESDIRECTORY) != ''">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue