mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 23:01:44 +01:00
appveyor fix
This commit is contained in:
parent
9e4171e3e3
commit
279b8ff1dc
@ -2,9 +2,10 @@ environment:
|
|||||||
major: 1
|
major: 1
|
||||||
minor: 3
|
minor: 3
|
||||||
patch: 0
|
patch: 0
|
||||||
semver: '$(major).$(minor).$(patch)'
|
init:
|
||||||
fullsemver: '$(semver)+{build}'
|
- cmd: set semver='%major%.%minor%.%patch%'
|
||||||
msasmver: '$(major).$(minor).{build}.$(patch)'
|
- cmd: set fullsemver='%semver%+{build}'
|
||||||
|
- cmd: set msasmver='%major%.%minor%.{build}.%patch%'
|
||||||
version: '$(fullsemver)'
|
version: '$(fullsemver)'
|
||||||
image: Visual Studio 2019
|
image: Visual Studio 2019
|
||||||
# branches:
|
# branches:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user