Skip to content

Commit 7d24339

Browse files
committed
minor fix
1 parent f2ea8ef commit 7d24339

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/modules/cmdpal/extensionsdk/Microsoft.CommandPalette.Extensions.Toolkit/Microsoft.CommandPalette.Extensions.Toolkit.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
<PropertyGroup>
66
<RepoRoot>$(MSBuildThisFileDirectory)..\..\..\..\..\</RepoRoot>
77
<WindowsSdkPackageVersion>10.0.26100.57</WindowsSdkPackageVersion>
8-
9-
<OutputPath>$(RepoRoot)\$(Configuration)\Microsoft.CommandPalette.Extensions.Toolkit</OutputPath>
8+
<OutputPath>$(RepoRoot)$(Platform)\$(Configuration)\Microsoft.CommandPalette.Extensions.Toolkit</OutputPath>
109
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1110
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
1211
<ImplicitUsings>enable</ImplicitUsings>

0 commit comments

Comments
 (0)