Skip to content

Commit

Permalink
Restore $(Platform) to Tsavorite binary OutputPaths (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
TedHartMS authored Apr 25, 2024
1 parent e2f3613 commit 8a6ea2d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<AssemblyOriginatorKeyFile>../../../../../Garnet.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
<SignAssembly>true</SignAssembly>
<OutputPath>bin\$(Platform)\$(Configuration)</OutputPath>
</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion libs/storage/Tsavorite/cs/src/core/Tsavorite.core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<OutputType>Library</OutputType>
<AssemblyOriginatorKeyFile>../../../../../../Garnet.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<OutputPath>bin\$(Platform)\$(Configuration)</OutputPath>
<DocumentationFile>bin\$(Platform)\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
<OutputType>Library</OutputType>
<AssemblyOriginatorKeyFile>../../../../../../../Garnet.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<OutputPath>bin\$(Platform)\$(Configuration)</OutputPath>
<DocumentationFile>bin\$(Platform)\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions libs/storage/Tsavorite/cs/test/Tsavorite.test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<OutputType>Library</OutputType>
<AssemblyOriginatorKeyFile>../../../../../Garnet.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
<OutputPath>bin\$(Platform)\$(Configuration)</OutputPath>
<DocumentationFile>bin\$(Platform)\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>

Expand Down

0 comments on commit 8a6ea2d

Please sign in to comment.