From fda5be690d69fadb2f6f8d6a3101f65264b45a78 Mon Sep 17 00:00:00 2001
From: Morten Nielsen <1378165+dotMorten@users.noreply.github.com>
Date: Tue, 28 Jan 2020 21:10:21 -0800
Subject: [PATCH] Change nuget output path (#70)
* Upload artifacts
---
.github/workflows/CIBuild.yml | 6 ++++++
src/NmeaParser/NmeaParser.csproj | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/CIBuild.yml b/.github/workflows/CIBuild.yml
index 7ff8c4c..38d8245 100644
--- a/.github/workflows/CIBuild.yml
+++ b/.github/workflows/CIBuild.yml
@@ -32,3 +32,9 @@ jobs:
- name: Tests
run: |
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
diff --git a/src/NmeaParser/NmeaParser.csproj b/src/NmeaParser/NmeaParser.csproj
index 19a6c64..34d1c0f 100644
--- a/src/NmeaParser/NmeaParser.csproj
+++ b/src/NmeaParser/NmeaParser.csproj
@@ -19,7 +19,7 @@
en-US
Copyright © Morten Nielsen 2015-2020
$(MSBuildThisFileDirectory)..\..\artifacts\NmeaParser\$(Configuration)
- $(OutDir)
+ ..\..\artifacts\NuGet\$(Configuration)\
New refined and easier to use v2 API
true
true