mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Build hactoolnet without reflection on AppVeyor
This commit is contained in:
parent
44fd3eb0a4
commit
3a0a7046c7
1 changed files with 2 additions and 2 deletions
|
@ -4,6 +4,6 @@ environment:
|
|||
myget_api_key:
|
||||
secure: 0xJoYAtR6psXCRvk1qm5czDObkeRjHKPjfe5gIExXVFPwA0VVODYv/hBZYUtz2F3
|
||||
build_script:
|
||||
- cmd: .\build.cmd appveyorbuild
|
||||
- sh: ./build.cmd appveyorbuild
|
||||
- cmd: .\build.cmd appveyorbuild --noreflection
|
||||
- sh: ./build.cmd appveyorbuild --noreflection
|
||||
test: off
|
Loading…
Reference in a new issue