mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
b68261a092
- Make generated NuGet packages deterministic. - Add a signing option to the build script. - Set versions for pre-release builds. - Publish packages to a MyGet feed. - Make Windows-produced artifacts match Linux-produced ones
8 lines
No EOL
199 B
YAML
8 lines
No EOL
199 B
YAML
version: 0.1.3-{build}
|
|
image: Visual Studio 2017
|
|
environment:
|
|
myget_api_key:
|
|
secure: 0xJoYAtR6psXCRvk1qm5czDObkeRjHKPjfe5gIExXVFPwA0VVODYv/hBZYUtz2F3
|
|
build_script:
|
|
- ps: .\build.ps1
|
|
test: off |