Browse Source

Remove "HACK: Disable package generation on Unix due to tooling issues." (#2670)

pull/2679/head
Christoph Wille 3 years ago committed by GitHub
parent
commit
4b8e6a421a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

7
ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

@ -33,6 +33,7 @@ @@ -33,6 +33,7 @@
<AssemblyOriginatorKeyFile>ICSharpCode.Decompiler.snk</AssemblyOriginatorKeyFile>
<NoWarn>1701;1702;1591;1573</NoWarn>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<DebugType>embedded</DebugType>
<DebugSymbols>true</DebugSymbols>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
@ -43,12 +44,6 @@ @@ -43,12 +44,6 @@
<None Include="PackageReadme.md" Pack="true" PackagePath="\" />
</ItemGroup>
<!-- HACK: Disable package generation on Unix due to tooling issues. -->
<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<NuspecProperties>Configuration=$(Configuration)</NuspecProperties>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<DefineConstants>$(DefineConstants);STEP</DefineConstants>

Loading…
Cancel
Save