From 9380ea85c3df8c243c3f7b6d0550fc256c245008 Mon Sep 17 00:00:00 2001 From: Michael Croes Date: Tue, 27 Jun 2023 17:14:50 +0200 Subject: [PATCH] chore: Remove leftover appveyor.yml --- appveyor.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 28da709..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,13 +0,0 @@ -image: Visual Studio 2022 -configuration: Release -install: - - choco install gitversion.portable -y -before_build: - - cmd: gitversion /l console /output buildserver - - dotnet restore -build_script: - msbuild /nologo /v:m /p:AssemblyVersion=%GitVersion_AssemblySemVer% /p:FileVersion=%GitVersion_MajorMinorPatch% /p:InformationalVersion=%GitVersion_InformationalVersion% /p:Configuration=%CONFIGURATION% S7.sln -after_build: - - dotnet pack S7.Net -c %CONFIGURATION% /p:Version=%GitVersion_NuGetVersion% --no-build -o artifacts -artifacts: - - path: artifacts\*.* \ No newline at end of file