You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
494 B
YAML
17 lines
494 B
YAML
clone_depth: 1
|
|
version: '{build}'
|
|
skip_non_tags: true
|
|
image: Visual Studio 2019
|
|
configuration: Release
|
|
platform: Any CPU
|
|
before_build:
|
|
- ps: if($env:appveyor_repo_tag -eq 'True') { Update-AppveyorBuild -Version $env:appveyor_repo_tag_name }
|
|
build_script:
|
|
- cmd: dotnet pack osu.Game.Resources /p:Version=%APPVEYOR_BUILD_VERSION%
|
|
artifacts:
|
|
- path: osu.Game.Resources/bin/Any CPU/Release/**/*.nupkg
|
|
deploy:
|
|
- provider: Environment
|
|
name: nuget
|
|
- provider: Environment
|
|
name: github |