1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00
osu-lazer/appveyor_deploy.yml

23 lines
692 B
YAML
Raw Normal View History

2019-09-04 22:16:56 +08:00
clone_depth: 1
version: '{build}'
2019-10-30 22:58:23 +08:00
image: Visual Studio 2019
2019-11-24 20:39:11 +08:00
dotnet_csproj:
patch: true
file: 'osu.Game\osu.Game.csproj' # Use wildcard when it's able to exclude Xamarin projects
version: $(APPVEYOR_REPO_TAG_NAME)
2019-11-24 19:44:13 +08:00
before_build:
- ps: dotnet --info # Useful when version mismatch between CI and local
- ps: nuget restore -verbosity quiet # Only nuget.exe knows both new (.NET Core) and old (Xamarin) projects
2019-09-04 22:16:56 +08:00
test: off
skip_non_tags: true
2019-11-24 19:44:13 +08:00
configuration: Release
build:
2019-11-24 20:39:11 +08:00
project: build\Desktop.proj # Skipping Xamarin Release that's slow and covered by fastlane
2019-11-24 19:44:13 +08:00
parallel: true
verbosity: minimal
artifacts:
- path: '**\*.nupkg'
2019-09-04 22:16:56 +08:00
deploy:
- provider: Environment
name: nuget