mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-04-21 06:13:58 +00:00
parent
517c7fe5ca
commit
fda5be690d
2 changed files with 7 additions and 1 deletions
6
.github/workflows/CIBuild.yml
vendored
6
.github/workflows/CIBuild.yml
vendored
|
|
@ -32,3 +32,9 @@ jobs:
|
||||||
- name: Tests
|
- name: Tests
|
||||||
run: |
|
run: |
|
||||||
dotnet test src/UnitTests/NmeaParser.Tests.NET/bin/Release/netcoreapp3.1/NmeaParser.Tests.Net.dll -v normal
|
dotnet test src/UnitTests/NmeaParser.Tests.NET/bin/Release/netcoreapp3.1/NmeaParser.Tests.Net.dll -v normal
|
||||||
|
|
||||||
|
- name: Upload artifacts
|
||||||
|
uses: actions/upload-artifact@v1
|
||||||
|
with:
|
||||||
|
name: NuGet Packages
|
||||||
|
path: artifacts/NuGet/Release
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
<NeutralLanguage>en-US</NeutralLanguage>
|
<NeutralLanguage>en-US</NeutralLanguage>
|
||||||
<Copyright>Copyright © Morten Nielsen 2015-2020</Copyright>
|
<Copyright>Copyright © Morten Nielsen 2015-2020</Copyright>
|
||||||
<OutputPath>$(MSBuildThisFileDirectory)..\..\artifacts\NmeaParser\$(Configuration)</OutputPath>
|
<OutputPath>$(MSBuildThisFileDirectory)..\..\artifacts\NmeaParser\$(Configuration)</OutputPath>
|
||||||
<PackageOutputPath>$(OutDir)</PackageOutputPath>
|
<PackageOutputPath>..\..\artifacts\NuGet\$(Configuration)\</PackageOutputPath>
|
||||||
<PackageReleaseNotes>New refined and easier to use v2 API</PackageReleaseNotes>
|
<PackageReleaseNotes>New refined and easier to use v2 API</PackageReleaseNotes>
|
||||||
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
||||||
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue