From f7d6104ba41234e4515fe4c648d387b91eb26185 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Fri, 31 Jul 2020 14:35:33 -0400 Subject: [PATCH] appveyor.yml - Add the .nupkg artifact path --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index cf0baaa..86f9638 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,6 +12,8 @@ build: publish_nuget_symbols: true include_nuget_references: true verbosity: minimal +artifacts: +- path: packetnet-connections*.nupkg deploy: - provider: NuGet server: https://www.nuget.org/api/v2/package