versioning fix

This commit is contained in:
Christian Köllner 2020-01-02 20:21:29 +01:00
parent 766e823aab
commit 72f85fb380

View File

@ -50,19 +50,19 @@ build_script:
after_build: after_build:
# For once the build has completed # For once the build has completed
artifacts: artifacts:
- path: bin\Release\Capnp.Net.Runtime.$(semver).nupkg - path: bin\Release\Capnp.Net.Runtime.*.nupkg
name: Capnp.Net.Runtime name: Capnp.Net.Runtime
type: NuGetPackage type: NuGetPackage
- path: bin\Release\CapnpC.CSharp.MsBuild.Generation.$(semver).nupkg - path: bin\Release\CapnpC.CSharp.MsBuild.Generation.*.nupkg
name: CapnpC.CSharp.MsBuild.Generation name: CapnpC.CSharp.MsBuild.Generation
type: NuGetPackage type: NuGetPackage
- path: chocolatey\install\capnpc-csharp-win-x86.$(semver).nupkg - path: chocolatey\install\capnpc-csharp-win-x86.*.nupkg
name: capnpc-csharp-win-x86 name: capnpc-csharp-win-x86
type: NuGetPackage type: NuGetPackage
- path: chocolatey\install\capnpc-csharp.$(semver)-deprecated.nupkg - path: chocolatey\install\capnpc-csharp.*-deprecated.nupkg
name: capnpc-csharp-deprecated name: capnpc-csharp-deprecated
type: NuGetPackage type: NuGetPackage
- path: capnpc-csharp\nupkg\capnpc-csharp.$(semver).nupkg - path: capnpc-csharp\nupkg\capnpc-csharp.*.nupkg
name: capnpc-csharp name: capnpc-csharp
type: NuGetPackage type: NuGetPackage
clone_depth: 1 clone_depth: 1