Skip to content

Commit

Permalink
Merge pull request #22 from corbob/fix_dll_tagging
Browse files Browse the repository at this point in the history
(#21) Fix build settings so that DLLs get tagged
  • Loading branch information
vexx32 authored May 18, 2022
2 parents 2678410 + e8a2d29 commit a625b68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions recipe.cake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#load nuget:?package=Chocolatey.Cake.Recipe&version=0.4.2
#load nuget:?package=Chocolatey.Cake.Recipe&version=0.13.3


///////////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -37,7 +37,7 @@ BuildParameters.SetParameters(
shouldRunInspectCode: false,
treatWarningsAsErrors: false,
testDirectoryPath: "./test",
shouldRunDotNetCorePack: true,
shouldRunDotNetPack: true,
getProjectsToPack: getProjectsToPack);

BuildParameters.PrintParameters(Context);
Expand All @@ -54,4 +54,4 @@ ToolSettings.SetToolSettings(context: Context);
// RUN IT!
///////////////////////////////////////////////////////////////////////////////

Build.RunDotNetCore();
Build.RunDotNet();
1 change: 0 additions & 1 deletion src/Rhino.Licensing/Rhino.Licensing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<PackageId>Rhino.Licensing</PackageId>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\ayende-open-source.snk</AssemblyOriginatorKeyFile>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<DefineConstants>LIBLOG_PROVIDERS_ONLY</DefineConstants>
<LangVersion>8.0</LangVersion>
Expand Down

0 comments on commit a625b68

Please # to comment.