Skip to content

Commit

Permalink
Bundle IceRpc.Slice.Tools dependencies with the task (#3821)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone authored Nov 30, 2023
1 parent b06a0d0 commit 8198f22
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tools/IceRpc.Slice.Tools/IceRpc.Slice.Tools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<PropertyGroup>
<Nullable>enable</Nullable>
<AssemblyName>IceRpc.Slice.Tools</AssemblyName>
<!--
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<!--
The target framework is netstandard2.0 to support Visual Studio
see https://learn.microsoft.com/en-us/visualstudio/msbuild/tutorial-custom-task-code-generation?view=vs-2022#create-the-appsettingstronglytyped-project.
-->
Expand Down Expand Up @@ -77,7 +78,10 @@
<Pack>true</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="$(IntermediateOutputPath)/$(AssemblyName).dll" Pack="true" PackagePath="tasks/" Visible="false" />
<None Include="$(OutputPath)/$(AssemblyName).dll" Pack="true" PackagePath="tasks/" Visible="false" />
<None Include="$(OutputPath)/Microsoft.Bcl.AsyncInterfaces.dll" Pack="true" PackagePath="tasks/" Visible="false" />
<None Include="$(OutputPath)/System.Text.Encodings.Web.dll" Pack="true" PackagePath="tasks/" Visible="false" />
<None Include="$(OutputPath)/System.Text.Json.dll" Pack="true" PackagePath="tasks/" Visible="false" />
</ItemGroup>
<Choose>
<When Condition="Exists('$(SLICEC_CS_STAGING_PATH)')">
Expand Down

0 comments on commit 8198f22

Please sign in to comment.