Skip to content

Commit

Permalink
Fix path in license packaging to reflect the directory reshuffle.
Browse files Browse the repository at this point in the history
  • Loading branch information
markwaterman committed Dec 11, 2023
1 parent ea32cfd commit 404d248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Core/ScaleOut.Streaming.DigitalTwin.Core.csproj
Expand Up @@ -29,7 +29,7 @@
<Compile Remove="NuGet\**" />
<EmbeddedResource Remove="NuGet\**" />
<None Remove="NuGet\**" />
<None Include="..\LICENSE.txt">
<None Include="..\..\LICENSE.txt">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
Expand Down
2 changes: 1 addition & 1 deletion src/Workbench/Scaleout.DigitalTwin.Workbench.csproj
Expand Up @@ -25,7 +25,7 @@
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\LICENSE.txt">
<None Include="..\..\LICENSE.txt">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down

0 comments on commit 404d248

Please sign in to comment.