Skip to content

Commit

Permalink
Fix release build (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitii authored Apr 17, 2022
1 parent d95a0df commit 68f1459
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions Community.Wsl.Sdk.Tests/Community.Wsl.Sdk.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>

<IsPackable>false</IsPackable>

<SignAssembly>True</SignAssembly>

<AssemblyOriginatorKeyFile>../sgKey.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions Community.Wsl.Sdk/Community.Wsl.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<Company />
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/../RELEASE-NOTES.txt"))</PackageReleaseNotes>
<IsPackable>true</IsPackable>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net6.0-windows|AnyCPU'">
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,4 @@ Breaking changes:

* Changed namespace `Community.Wsl.Sdk.Strategies.Command` to `Community.Wsl.Sdk.Strategies.Commands`



Please use the managed api (`Managed{WslApi,Command}`). It has the same features and is easier to use.

0 comments on commit 68f1459

Please sign in to comment.