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.
12 lines
382 B
YAML
12 lines
382 B
YAML
clone_depth: 1
|
|
version: '{build}'
|
|
image: Visual Studio 2022
|
|
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
|