From e9c2c01117603fcdb89dd8c9dc3bc81068db57d7 Mon Sep 17 00:00:00 2001 From: Mauricio David Date: Thu, 31 Oct 2019 11:06:22 -0300 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 4987ca4a4..e9813e5b7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,6 +12,14 @@ before_build: build: project: LiteDB.sln verbosity: minimal +dotnet_csproj: + patch: true + file: '**\*.csproj' + version: '{version}' + package_version: '{version}' + assembly_version: '{version}' + file_version: '{version}' + informational_version: '{version}' for: - matrix: @@ -19,6 +27,8 @@ for: - configuration: Release artifacts: - path: LiteDB\bin\Release\net45\LiteDB.dll + - path: LiteDB\bin\Release\netstandard1.3\LiteDB.dll + - path: LiteDB\bin\Release\netstandard2.0\LiteDB.dll - path: LiteDB\bin\Release\*.nupkg deploy: - provider: Webhook