diff --git a/build/build.ps1 b/build/build.ps1 index c740d58..4ce16bb 100644 --- a/build/build.ps1 +++ b/build/build.ps1 @@ -17,7 +17,7 @@ foreach ($src in ls $PSScriptRoot\..\src/*) { $version = $BuildVersionNumber } - & dotnet build -c Release + & dotnet build -c Release /p:ContinuousIntegrationBuild=True & dotnet pack -c Release --include-symbols -o ..\..\artifacts --no-build /p:PackageVersion=$version if($LASTEXITCODE -ne 0) { exit 1 } diff --git a/src/Flurl.Http.Xml/Flurl.Http.Xml.csproj b/src/Flurl.Http.Xml/Flurl.Http.Xml.csproj index 321fb08..ea9a66d 100644 --- a/src/Flurl.Http.Xml/Flurl.Http.Xml.csproj +++ b/src/Flurl.Http.Xml/Flurl.Http.Xml.csproj @@ -6,33 +6,25 @@ false false Luk Vermeulen - https://github.com/lvermeulen/Flurl.Http.Xml/blob/master/LICENSE + MIT https://github.com/lvermeulen/Flurl.Http.Xml Copyright 2016-2020 by Luk Vermeulen. All rights reserved. https://github.com/lvermeulen/Flurl.Http.Xml git Flurl;Http;Xml - http://i.imgur.com/llEKpRL.png?1 + icon.png XML extensions to Flurl.Http true true + true - - - - - - - - - - - + +