Fix documentation path

This commit is contained in:
Alexander Luzgarev 2018-05-27 14:29:05 +02:00
parent 6c16a1d1d7
commit 626682735b

View File

@ -12,7 +12,8 @@
<PackageReleaseNotes>First release.</PackageReleaseNotes> <PackageReleaseNotes>First release.</PackageReleaseNotes>
<PackageTags>Matlab</PackageTags> <PackageTags>Matlab</PackageTags>
<RepositoryUrl>https://github.com/mahalex/MatFileHandler</RepositoryUrl> <RepositoryUrl>https://github.com/mahalex/MatFileHandler</RepositoryUrl>
<DocumentationFile>bin\Debug\netstandard2.0\MatFileHandler.xml</DocumentationFile> <OutputPath>bin\$(Configuration)\</OutputPath>
<DocumentationFile>$(OutputPath)\MatFileHandler.xml</DocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">