mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-04-21 02:26:31 +02:00
appveyor fix
This commit is contained in:
parent
279b8ff1dc
commit
72e638803a
@ -6,6 +6,8 @@ init:
|
||||
- cmd: set semver='%major%.%minor%.%patch%'
|
||||
- cmd: set fullsemver='%semver%+{build}'
|
||||
- cmd: set msasmver='%major%.%minor%.{build}.%patch%'
|
||||
# Good practise, because Windows line endings are different from Unix/Linux ones
|
||||
- cmd: git config --global core.autocrlf true
|
||||
version: '$(fullsemver)'
|
||||
image: Visual Studio 2019
|
||||
# branches:
|
||||
@ -13,9 +15,6 @@ image: Visual Studio 2019
|
||||
# - master
|
||||
cache:
|
||||
- c:\Tools\vcpkg\installed
|
||||
init:
|
||||
# Good practise, because Windows line endings are different from Unix/Linux ones
|
||||
- cmd: git config --global core.autocrlf true
|
||||
install:
|
||||
- cd c:\tools\vcpkg
|
||||
- vcpkg integrate install
|
||||
|
Loading…
x
Reference in New Issue
Block a user