From 21568b83c62c6dbe54d8d9a834c1a2a8267e97dd Mon Sep 17 00:00:00 2001 From: SMG Date: Sat, 9 Mar 2024 21:40:33 -0600 Subject: [PATCH] Delete appveyor.yml --- appveyor.yml | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 07fafc71..00000000 --- a/appveyor.yml +++ /dev/null @@ -1,44 +0,0 @@ -configuration: Release - -image: - - Visual Studio 2022 - -branches: - only: - - master - -before_build: - -build: - verbosity: minimal - -build_script: - - msbuild "Smash Forge.sln" - -deploy: - tag: LatestCommit - release: Smash Forge [Latest Commit] - description: 'This build is updated every time a commit is pushed to the master branch.\n\nMessage: $(APPVEYOR_REPO_COMMIT_MESSAGE)\n\n Timestamp: $(APPVEYOR_REPO_COMMIT_TIMESTAMP)' - provider: GitHub - auth_token: - secure: z5SnUfSHHue45QInOucUxNY+is9OvW7f/mStLyZ9WfH1IEtoHPfwGHiiYNjwVGwO - artifact: Smash-Forge-Latest_Commit.zip - draft: false - prerelease: true - force_update: true - on: - branch: master - -install: - -after_build: - - 7z a "Smash-Forge-Latest_Commit.zip" "%APPVEYOR_BUILD_FOLDER%\Smash Forge\bin\Release\Smash Forge.exe" - - 7z a "Smash-Forge-Latest_Commit.zip" "%APPVEYOR_BUILD_FOLDER%\Smash Forge\bin\Release\Smash Forge.exe.config" - - 7z a "Smash-Forge-Latest_Commit.zip" "%APPVEYOR_BUILD_FOLDER%\Smash Forge\bin\Release\lib\" - - 7z a "Smash-Forge-Latest_Commit.zip" "%APPVEYOR_BUILD_FOLDER%\Smash Forge\bin\Release\*.csv" - - 7z a "Smash-Forge-Latest_Commit.zip" "%APPVEYOR_BUILD_FOLDER%\Smash Forge\bin\Release\materials" - - 7z a "Smash-Forge-Latest_Commit.zip" "%APPVEYOR_BUILD_FOLDER%\Smash Forge\bin\Release\param_labels" - - 7z a "Smash-Forge-Latest_Commit.zip" "%APPVEYOR_BUILD_FOLDER%\Smash Forge\bin\Release\Shader" - - 7z a "Smash-Forge-Latest_Commit.zip" "%APPVEYOR_BUILD_FOLDER%\Smash Forge\bin\Release\Preview Images" - - 7z a "Smash-Forge-Latest_Commit.zip" "%APPVEYOR_BUILD_FOLDER%\Forge Updater\bin\Release\updater" - - appveyor PushArtifact "Smash-Forge-Latest_Commit.zip"