mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 14:51:41 +01:00
versioning fix
This commit is contained in:
parent
766e823aab
commit
72f85fb380
10
appveyor.yml
10
appveyor.yml
@ -50,19 +50,19 @@ build_script:
|
||||
after_build:
|
||||
# For once the build has completed
|
||||
artifacts:
|
||||
- path: bin\Release\Capnp.Net.Runtime.$(semver).nupkg
|
||||
- path: bin\Release\Capnp.Net.Runtime.*.nupkg
|
||||
name: Capnp.Net.Runtime
|
||||
type: NuGetPackage
|
||||
- path: bin\Release\CapnpC.CSharp.MsBuild.Generation.$(semver).nupkg
|
||||
- path: bin\Release\CapnpC.CSharp.MsBuild.Generation.*.nupkg
|
||||
name: CapnpC.CSharp.MsBuild.Generation
|
||||
type: NuGetPackage
|
||||
- path: chocolatey\install\capnpc-csharp-win-x86.$(semver).nupkg
|
||||
- path: chocolatey\install\capnpc-csharp-win-x86.*.nupkg
|
||||
name: capnpc-csharp-win-x86
|
||||
type: NuGetPackage
|
||||
- path: chocolatey\install\capnpc-csharp.$(semver)-deprecated.nupkg
|
||||
- path: chocolatey\install\capnpc-csharp.*-deprecated.nupkg
|
||||
name: capnpc-csharp-deprecated
|
||||
type: NuGetPackage
|
||||
- path: capnpc-csharp\nupkg\capnpc-csharp.$(semver).nupkg
|
||||
- path: capnpc-csharp\nupkg\capnpc-csharp.*.nupkg
|
||||
name: capnpc-csharp
|
||||
type: NuGetPackage
|
||||
clone_depth: 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user