nbgv / choco pack fi

This commit is contained in:
Christian Köllner 2020-01-03 00:40:41 +01:00
parent 5208531ef2
commit 9e7c604108
3 changed files with 5 additions and 4 deletions

View File

@ -15,7 +15,7 @@ init:
# Good practise, because Windows line endings are different from Unix/Linux ones # Good practise, because Windows line endings are different from Unix/Linux ones
- cmd: git config --global core.autocrlf true - cmd: git config --global core.autocrlf true
before_build: before_build:
# - cmd: nbgv cloud - cmd: nbgv cloud
- cmd: dotnet --version - cmd: dotnet --version
- cmd: msbuild -ver - cmd: msbuild -ver
- cmd: dotnet restore ./Capnp.Net.Runtime/Capnp.Net.Runtime.csproj --verbosity m - cmd: dotnet restore ./Capnp.Net.Runtime/Capnp.Net.Runtime.csproj --verbosity m

View File

@ -1,5 +1,5 @@
param($version = "1.0.0") $jversion = nbgv get-version -f json | ConvertFrom-Json
$version = $($jversion.NuGetPackageVersion)
$id = "capnpc-csharp" $id = "capnpc-csharp"
$id_win_x86 = "capnpc-csharp-win-x86" $id_win_x86 = "capnpc-csharp-win-x86"
$scriptDir = Split-Path -Parent $MyInvocation.MyCommand.Path $scriptDir = Split-Path -Parent $MyInvocation.MyCommand.Path

View File

@ -7,7 +7,8 @@
], ],
"cloudBuild": { "cloudBuild": {
"buildNumber": { "buildNumber": {
"enabled": true "enabled": true,
"setVersionVariables": true
} }
} }
} }