From 309802e5dd616349a06aea60bc5a6afd1f731c2d Mon Sep 17 00:00:00 2001 From: yallie Date: Sat, 3 Feb 2024 13:20:02 +0300 Subject: [PATCH] Deleted appveyor.yml, now superseded by Github Actions. --- appveyor.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 16a81ab..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,18 +0,0 @@ -version: 1.0.{build} - -image: Visual Studio 2022 - -configuration : Release - -before_build: -- cmd: nuget restore Irony.sln - -build: - project: Irony.sln - parallel: true - verbosity: minimal - -artifacts: -- path: Irony/bin/Release/netstandard2.0/Irony.dll -- path: Irony/bin/Release/netstandard2.0/Irony.pdb -- path: packages/*.nupkg