Add CI for osu-resources deploy
parent
677897728f
commit
add52981a1
@ -0,0 +1,11 @@
|
|||||||
|
clone_depth: 1
|
||||||
|
version: '{build}'
|
||||||
|
image: Visual Studio 2017
|
||||||
|
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
|
Loading…
Reference in New Issue