Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Commit

Permalink
Fixed packing documentation file in nuget packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
AraHaan committed Oct 18, 2018
1 parent 6f9a540 commit 3c5dd5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
9 changes: 4 additions & 5 deletions XmlAbstraction/XmlAbstraction.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,22 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netcoreapp2.0;netcoreapp2.1;net40;net45;net451;net452;net46;net461;net462;net47;net471;net472</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<RootNamespace>XmlAbstraction</RootNamespace>
<AssemblyName>XmlAbstraction</AssemblyName>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Authors>AraHaan</Authors>
<Company />
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<Description>A library that contains a System.Xml and System.Xml.Linq abstraction class.</Description>
<Copyright>Copyright 2018</Copyright>
<PackageTags>XML</PackageTags>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/AraHaan/XmlAbstraction/</RepositoryUrl>
<PackageProjectUrl>https://github.com/AraHaan/XmlAbstraction/</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/AraHaan/XmlAbstraction/blob/master/LICENSE</PackageLicenseUrl>
<PackageReleaseNotes>A breaking change removing IDisposable from XmlObject.</PackageReleaseNotes>
<PackageReleaseNotes>Fixed issue causing documentation files to not get included in the package.</PackageReleaseNotes>
<PublishDocumentationFile>true</PublishDocumentationFile>
</PropertyGroup>

Expand Down Expand Up @@ -99,7 +100,6 @@

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DocumentationFile>bin\Any CPU\Debug\XmlAbstraction.xml</DocumentationFile>
<OutputPath>bin\Any CPU\Debug\</OutputPath>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningsAsErrors>NU1605</WarningsAsErrors>
Expand All @@ -112,7 +112,6 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors />
<OutputPath>bin\Any CPU\Release\</OutputPath>
<DocumentationFile>bin\Any CPU\Release\$(TargetFramework)\XmlAbstraction.xml</DocumentationFile>
<ErrorReport>send</ErrorReport>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
Expand Down
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.1.0.0-alpha{build}
version: 1.1.1.0-alpha{build}
branches:
only:
- master
Expand All @@ -12,7 +12,8 @@ build:
project: XmlAbstraction.sln
publish_nuget: true
publish_nuget_symbols: true
include_nuget_references: true
# this warns anyway for netcore and netstandard projects.
# include_nuget_references: true
parallel: true
verbosity: minimal
test_script:
Expand Down

0 comments on commit 3c5dd5d

Please sign in to comment.