mirror of
https://github.com/SK-la/osu-resources.git
synced 2026-03-13 11:20:29 +00:00
Remove appveyor workflows
This commit is contained in:
11
appveyor.yml
11
appveyor.yml
@@ -1,11 +0,0 @@
|
||||
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
|
||||
@@ -1,17 +0,0 @@
|
||||
clone_depth: 1
|
||||
version: '{build}'
|
||||
skip_non_tags: true
|
||||
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
|
||||
deploy:
|
||||
- provider: Environment
|
||||
name: nuget
|
||||
- provider: Environment
|
||||
name: github
|
||||
Reference in New Issue
Block a user