diff --git a/appveyor.yml b/appveyor.yml index 58c3bc2..3d0a941 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,7 @@ branches: only: - master skip_tags: true -image: Visual Studio 2017 +image: Visual Studio 2019 configuration: Release dotnet_csproj: patch: true @@ -32,14 +32,10 @@ artifacts: name: net452 - path: Leaf.Core\bin\Release\net462 name: net462 -- path: Leaf.Core\bin\Release\net471 - name: net471 - path: Leaf.Core\bin\Release\net472 name: net472 -- path: Leaf.Core\bin\Release\netcoreapp2.0 - name: netcoreapp2.0 -- path: Leaf.Core\bin\Release\netcoreapp2.1 - name: netcoreapp2.1 +- path: Leaf.Core\bin\Release\netcoreapp3.0 + name: netcoreapp3.0 deploy: - provider: NuGet api_key: @@ -52,7 +48,7 @@ deploy: release: Leaf.Core v$(appveyor_build_version) auth_token: secure: NQtMOO3yB309cDK/pFWRiQ== - artifact: net452;net462;net471;net472;netcoreapp2.0;netcoreapp2.1 + artifact: net452;net462;net472;netcoreapp3.0 on: branch: master only_commits: