From e2bee69e2d36654e40ffb08533d47408927f00d8 Mon Sep 17 00:00:00 2001 From: Tatham Oddie Date: Sun, 22 Oct 2017 14:44:51 +1100 Subject: [PATCH 1/2] Prevent TestHelpers.Tests from producing a package --- TestHelpers.Tests/TestHelpers.Tests.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/TestHelpers.Tests/TestHelpers.Tests.csproj b/TestHelpers.Tests/TestHelpers.Tests.csproj index e30c6b9ea..7440a684b 100644 --- a/TestHelpers.Tests/TestHelpers.Tests.csproj +++ b/TestHelpers.Tests/TestHelpers.Tests.csproj @@ -11,6 +11,7 @@ Tatham Oddie System.IO.Abstractions.TestingHelpers.Tests ../StrongName.pfx + false From 34536cf3984b7e3fbced44861153204dbef5bf17 Mon Sep 17 00:00:00 2001 From: Tatham Oddie Date: Sun, 22 Oct 2017 14:46:10 +1100 Subject: [PATCH 2/2] Deploy all packages produced Now that we're only producing the right packages, we can deploy all of them to NuGet --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index c6f042fed..f27800a64 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,6 +22,6 @@ deploy: api_key: secure: lUmSV95QwsQtvPkHT02PT5fswmVcW0oMIJvOGEincUNnUNtTe3DOIjVEOpC0CMkQ skip_symbols: false - artifact: '**\System.IO.Abstractions.*.nupkg' + artifact: /.*\.nupkg/ on: branch: master