From 7285d9247a702188562fb0e0286b6342b594de79 Mon Sep 17 00:00:00 2001 From: Dan Balasescu Date: Thu, 5 Jun 2025 14:58:33 +0900 Subject: [PATCH] Remove appveyor workflows --- appveyor.yml | 11 ----------- appveyor_deploy.yml | 17 ----------------- 2 files changed, 28 deletions(-) delete mode 100644 appveyor.yml delete mode 100644 appveyor_deploy.yml diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 162edb19..00000000 --- a/appveyor.yml +++ /dev/null @@ -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 diff --git a/appveyor_deploy.yml b/appveyor_deploy.yml deleted file mode 100644 index ba343304..00000000 --- a/appveyor_deploy.yml +++ /dev/null @@ -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 \ No newline at end of file