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
757a35b399
commit
3620beae12
@ -15,8 +15,8 @@ install:
|
||||
- vcpkg install capnproto
|
||||
- cd %APPVEYOR_BUILD_FOLDER%
|
||||
init:
|
||||
- cmd: set semver='%major%.%minor%.%patch%'
|
||||
- cmd: set msasmver='%major%.%minor%.{build}.%patch%'
|
||||
- cmd: set semver=%major%.%minor%.%patch%
|
||||
- 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
|
||||
dotnet_csproj:
|
||||
|
Loading…
x
Reference in New Issue
Block a user