diff --git a/appveyor.yml b/appveyor.yml
index 977d6f1150..db16a6e34a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -41,8 +41,8 @@ build:
build_script:
- ps: Write-Host $("`n BUILDING EVERYTHING `n") -BackgroundColor DarkCyan
- - dotnet build -c Release src\Stripe.net
- - dotnet build -c Debug src\Stripe.net
+ - dotnet build src\Stripe.net -c Release /p:ContinuousIntegrationBuild=true
+ - dotnet build src\Stripe.net -c Debug
- dotnet build src\StripeTests -c Debug
after_build:
diff --git a/src/Stripe.net/Stripe.net.csproj b/src/Stripe.net/Stripe.net.csproj
index 1122c0f8e4..065f6da99a 100644
--- a/src/Stripe.net/Stripe.net.csproj
+++ b/src/Stripe.net/Stripe.net.csproj
@@ -13,13 +13,14 @@
http://i.imgur.com/UuBwQ33.png
https://github.com/stripe/stripe-dotnet
https://raw.github.com/stripe/stripe-dotnet/master/LICENSE
- git
- https://github.com/stripe/stripe-dotnet
+ true
win10-x64
$(PackageTargetFallback);netcoreapp1.0
1.6.1
True
true
+ true
+ $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb