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 d6cb6cb commit aebbdc6Copy full SHA for aebbdc6
third_party/dotnet/devtools/src/generator/DevToolsGenerator.csproj
@@ -7,6 +7,14 @@
7
<Nullable>enable</Nullable>
8
</PropertyGroup>
9
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
17
18
<ItemGroup>
19
<PackageReference Include="CommandLineParser" Version="2.9.1" />
20
<PackageReference Include="Handlebars.Net" Version="1.11.5" />
0 commit comments