From 8ecd7c7d655d57a1b7623ad9587b10ec841295e9 Mon Sep 17 00:00:00 2001 From: Michael Ganss Date: Fri, 13 Nov 2020 11:56:11 +0100 Subject: [PATCH] Use snupkg Add NPoco.SqlServer dependency --- SyncChanges.Console/SyncChanges.Console.csproj | 4 ++++ SyncChanges.Service/SyncChanges.Service.csproj | 4 ++++ SyncChanges/SyncChanges.csproj | 5 +++++ appveyor.yml | 6 +++--- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/SyncChanges.Console/SyncChanges.Console.csproj b/SyncChanges.Console/SyncChanges.Console.csproj index 7243feb..d00031e 100644 --- a/SyncChanges.Console/SyncChanges.Console.csproj +++ b/SyncChanges.Console/SyncChanges.Console.csproj @@ -18,12 +18,16 @@ git git://github.com/mganss/SyncChanges SyncChanges.Console + true + true + snupkg + diff --git a/SyncChanges.Service/SyncChanges.Service.csproj b/SyncChanges.Service/SyncChanges.Service.csproj index a8f9520..b101c46 100644 --- a/SyncChanges.Service/SyncChanges.Service.csproj +++ b/SyncChanges.Service/SyncChanges.Service.csproj @@ -18,11 +18,15 @@ git git://github.com/mganss/SyncChanges SyncChanges.Service + true + true + snupkg + diff --git a/SyncChanges/SyncChanges.csproj b/SyncChanges/SyncChanges.csproj index b30e42d..41871a2 100644 --- a/SyncChanges/SyncChanges.csproj +++ b/SyncChanges/SyncChanges.csproj @@ -19,12 +19,17 @@ SyncChanges true bin\$(Configuration)\$(TargetFramework)\SyncChanges.xml + true + true + snupkg + + \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index c7dc2a1..4525405 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -35,9 +35,9 @@ test_script: - pip install codecov - codecov -f "coverage.xml" artifacts: - - path: 'SyncChanges\**\*.nupkg' - - path: 'SyncChanges.Console\**\*.nupkg' - - path: 'SyncChanges.Service\**\*.nupkg' + - path: 'SyncChanges\**\*.*nupkg' + - path: 'SyncChanges.Console\**\*.*nupkg' + - path: 'SyncChanges.Service\**\*.*nupkg' - path: SyncChanges.Console.%APPVEYOR_BUILD_VERSION%.zip - path: SyncChanges.Service.%APPVEYOR_BUILD_VERSION%.zip on_success: