From 5ea88a73bfa2ddf0527f84bc8785dbebbd4f00ef Mon Sep 17 00:00:00 2001 From: Olivier Bellone Date: Fri, 14 Dec 2018 12:11:12 -0800 Subject: [PATCH] Enable Source Link --- appveyor.yml | 4 ++-- src/Stripe.net/Stripe.net.csproj | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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