diff --git a/ColorCode.Core/ColorCode.Core.csproj b/ColorCode.Core/ColorCode.Core.csproj index 40023af..25bbec6 100644 --- a/ColorCode.Core/ColorCode.Core.csproj +++ b/ColorCode.Core/ColorCode.Core.csproj @@ -9,15 +9,5 @@ The Core Library, containing the Parser, and the classes to create your own formatter. ColorCode Syntax Highlighting SyntaxHighlighting Formatting - - - full - true - - - - full - true - \ No newline at end of file diff --git a/Directory.Build.props b/Directory.Build.props index 77dd529..8867c9e 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -30,16 +30,25 @@ - + true true true + + $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb + + + + + + + diff --git a/build/build.cake b/build/build.cake index 1edbef7..3c020ac 100644 --- a/build/build.cake +++ b/build/build.cake @@ -146,10 +146,8 @@ Task("Build") } .SetConfiguration("Release") .WithTarget("Pack") - .WithProperty("IncludeSymbols", "true") .WithProperty("GenerateLibraryLayout", "true") - .WithProperty("PackageOutputPath", nupkgDir) - .WithProperty("SymbolPackageFormat", "snupkg"); + .WithProperty("PackageOutputPath", nupkgDir); UpdateToolsPath(buildSettings); diff --git a/version.json b/version.json index 3a8f46a..0b67e6e 100644 --- a/version.json +++ b/version.json @@ -1,12 +1,15 @@ { - "version": "2.0.7", + "version": "2.0.8-build.{height}", "publicReleaseRefSpec": [ "^refs/heads/master$", // we release out of master "^refs/heads/rel/\\d+\\.\\d+\\.\\d+" // we also release branches starting with rel/N.N.N ], + "nugetPackageVersion":{ + "semVer": 2 + }, "cloudBuild": { "buildNumber": { - "enabled": true + "enabled": false } } } \ No newline at end of file