From 0357b33f3bf5f55c961c4f5d47fa0b83ceb8233e Mon Sep 17 00:00:00 2001 From: Shawn Jackson Date: Fri, 10 May 2024 11:52:04 -0700 Subject: [PATCH] CU-8687yhbz5 removing appveyor --- README.md | 1 - appveyor.yml | 26 -------------------------- 2 files changed, 27 deletions(-) delete mode 100644 appveyor.yml diff --git a/README.md b/README.md index e92fdb23..b931f9fd 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,6 @@ The Resgrid is web application that allows Dispatchers a single UI to create cal ## Status -[![Build status](https://ci.appveyor.com/api/projects/status/github/resgrid/core?svg=true)](https://ci.appveyor.com/project/ShawnJackson/core) [![CodeFactor](https://www.codefactor.io/repository/github/resgrid/core/badge)](https://www.codefactor.io/repository/github/resgrid/core) [![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu) diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 5a9bcdad..00000000 --- a/appveyor.yml +++ /dev/null @@ -1,26 +0,0 @@ - -pull_requests: - do_not_increment_build_number: true - -skip_tags: true - -image: - - Visual Studio 2022 - -configuration: - - Debug - -before_build: - - dotnet restore - -build: - project: Resgrid.sln - -install: - - ps: Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force - - npm config get - - node --version - - npm --version - - npm install -g node-gyp - - node-gyp -v - - node -e "console.log(process.arch);"