Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Fix root path
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed Aug 14, 2019
1 parent 9f37496 commit 2cfdd9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/win/sign.proj
Original file line number Diff line number Diff line change
@@ -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) != ''">
Expand Down

0 comments on commit 2cfdd9d

Please sign in to comment.