mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-13 07:11:44 +01:00
appveyor fix
This commit is contained in:
parent
60bc36fedd
commit
b948b84111
@ -2,7 +2,6 @@ environment:
|
|||||||
major: 1
|
major: 1
|
||||||
minor: 3
|
minor: 3
|
||||||
patch: 0
|
patch: 0
|
||||||
build: '{build}'
|
|
||||||
version: '$(major).$(minor).$(patch)+{build}'
|
version: '$(major).$(minor).$(patch)+{build}'
|
||||||
image: Visual Studio 2019
|
image: Visual Studio 2019
|
||||||
# branches:
|
# branches:
|
||||||
@ -17,7 +16,7 @@ install:
|
|||||||
- cd %APPVEYOR_BUILD_FOLDER%
|
- cd %APPVEYOR_BUILD_FOLDER%
|
||||||
init:
|
init:
|
||||||
- cmd: set semver=%major%.%minor%.%patch%
|
- cmd: set semver=%major%.%minor%.%patch%
|
||||||
- cmd: set msasmver=%major%.%minor%.%build%.%patch%
|
- cmd: set msasmver=%major%.%minor%.%APPVEYOR_BUILD_NUMBER%.%patch%
|
||||||
- cmd: echo %semver%
|
- cmd: echo %semver%
|
||||||
- cmd: echo %msasmver%
|
- cmd: echo %msasmver%
|
||||||
# Good practise, because Windows line endings are different from Unix/Linux ones
|
# Good practise, because Windows line endings are different from Unix/Linux ones
|
||||||
|
Loading…
x
Reference in New Issue
Block a user