From 40d0656934617427994761f91f1d0c5a915e6cad Mon Sep 17 00:00:00 2001 From: Michael Ganss Date: Thu, 19 Oct 2017 16:37:28 +0200 Subject: [PATCH] Build symbol package --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 99347e2..ccd19f4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,7 +9,7 @@ environment: build_script: - ps: (Get-Content src\HtmlSanitizer\HtmlSanitizer.csproj).Replace("1.0.0-VERSION", $env:APPVEYOR_BUILD_VERSION) | Set-Content src\HtmlSanitizer\HtmlSanitizer.csproj - dotnet restore - - dotnet pack -c Release src\HtmlSanitizer + - dotnet pack --include-symbols --include-source -c Release src\HtmlSanitizer test_script: - dotnet test test\HtmlSanitizer.Tests\HtmlSanitizer.Tests.csproj - nuget.exe install OpenCover -ExcludeVersion