CI: Removed debug build artifact

This commit is contained in:
Christian Köllner 2019-08-27 22:25:11 +02:00
parent af5d5047bb
commit 2522978630

View File

@ -38,9 +38,6 @@ build_script:
after_build:
# For once the build has completed
artifacts:
- path: Capnp.Net.Runtime\bin\Debug\Capnp.Net.Runtime.$(appveyor_build_version).nupkg
name: Capnp.Net.Runtime_debug
type: NuGetPackage
- path: Capnp.Net.Runtime\bin\Release\Capnp.Net.Runtime.$(appveyor_build_version).nupkg
name: Capnp.Net.Runtime
type: NuGetPackage