Skip to content

Commit aebbdc6

Browse files
committed
Revert cdp generator output path
1 parent d6cb6cb commit aebbdc6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

third_party/dotnet/devtools/src/generator/DevToolsGenerator.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
<Nullable>enable</Nullable>
88
</PropertyGroup>
99

10+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
11+
<OutputPath>..\..\..\..\..\build\cli\Debug\</OutputPath>
12+
</PropertyGroup>
13+
14+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
15+
<OutputPath>..\..\..\..\..\build\cli\Release\</OutputPath>
16+
</PropertyGroup>
17+
1018
<ItemGroup>
1119
<PackageReference Include="CommandLineParser" Version="2.9.1" />
1220
<PackageReference Include="Handlebars.Net" Version="1.11.5" />

0 commit comments

Comments
 (0)