fix tools and output folders

This commit is contained in:
Morten Nielsen 2020-01-25 14:12:27 -08:00
parent 651e37462b
commit 282331856e
3 changed files with 7 additions and 8 deletions

View file

@ -18,7 +18,7 @@
<RepositoryUrl>https://github.com/dotMorten/NmeaParser</RepositoryUrl>
<NeutralLanguage>en-US</NeutralLanguage>
<Copyright>Copyright © Morten Nielsen 2015-2020</Copyright>
<OutputPath>$(MSBuildThisFileDirectory)..\Bin\$(Configuration)</OutputPath>
<OutputPath>$(MSBuildThisFileDirectory)..\..\artifacts\NmeaParser\$(Configuration)</OutputPath>
<PackageOutputPath>$(OutDir)</PackageOutputPath>
<PackageReleaseNotes>New refined and easier to use v2 API</PackageReleaseNotes>
<PublishRepositoryUrl>true</PublishRepositoryUrl>