mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 14:51:41 +01:00
Enabled .NET Core CLI tool build
This commit is contained in:
parent
abe9921ec5
commit
b0fdf30525
@ -51,7 +51,10 @@ artifacts:
|
||||
- path: chocolatey\install\capnpc-csharp-win-x86.$(appveyor_build_version).nupkg
|
||||
name: capnpc-csharp-win-x86
|
||||
type: NuGetPackage
|
||||
- path: chocolatey\install\capnpc-csharp.$(appveyor_build_version).nupkg
|
||||
# - path: chocolatey\install\capnpc-csharp.$(appveyor_build_version).nupkg
|
||||
# name: capnpc-csharp
|
||||
# type: NuGetPackage
|
||||
- path: capnpc-csharp\nupkg\capnpc-csharp.$(appveyor_build_version).nupkg
|
||||
name: capnpc-csharp
|
||||
type: NuGetPackage
|
||||
clone_depth: 1
|
||||
|
@ -5,7 +5,10 @@
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<RootNamespace>CapnpC</RootNamespace>
|
||||
<LangVersion>7.1</LangVersion>
|
||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<PackAsTool>true</PackAsTool>
|
||||
<ToolCommandName>capnpc-csharp</ToolCommandName>
|
||||
<PackageOutputPath>./nupkg/capnpc-csharp</PackageOutputPath>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<Authors>Christian Köllner and contributors</Authors>
|
||||
<Description>Cap'n Proto C# code generator backend</Description>
|
||||
|
Loading…
x
Reference in New Issue
Block a user