You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07:00
12 lines
244 B
YAML
12 lines
244 B
YAML
version: 0.0.4.{build}
|
|
build_script:
|
|
- ps: >-
|
|
.\setenv.ps1
|
|
|
|
install
|
|
|
|
publish -Server AppVeyor -BuildNumber $env:APPVEYOR_BUILD_NUMBER -GitBranch $env:APPVEYOR_REPO_BRANCH
|
|
artifacts:
|
|
- path: .\artifacts\openrct2.zip
|
|
name: OpenRCT2
|