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