Remove appveyor

This commit is contained in:
de4dot 2019-09-26 01:22:50 +02:00
parent d5816538f8
commit de67c1f7bf
2 changed files with 1 additions and 33 deletions

View File

@ -1,4 +1,4 @@
# Iced [![Build status](https://ci.appveyor.com/api/projects/status/xldctwks3we9tcb4/branch/master?svg=true)](https://ci.appveyor.com/project/0xd4d/iced/branch/master) [![NuGet](https://img.shields.io/nuget/v/Iced.svg)](https://www.nuget.org/packages/Iced/) [![](https://github.com/0xd4d/iced/workflows/GitHub%20CI/badge.svg)](https://github.com/0xd4d/iced/actions)
# Iced [![NuGet](https://img.shields.io/nuget/v/Iced.svg)](https://www.nuget.org/packages/Iced/) [![](https://github.com/0xd4d/iced/workflows/GitHub%20CI/badge.svg)](https://github.com/0xd4d/iced/actions)
<img align="right" width="160px" height="160px" src="logo.png">

View File

@ -1,32 +0,0 @@
version: x.x.{build}
image: Visual Studio 2019
configuration: Release
install:
- cmd: |
appveyor DownloadFile https://dot.net/v1/dotnet-install.ps1
powershell -NoLogo -NoProfile -File dotnet-install.ps1 -Version 3.0.100 -InstallDir "%ProgramFiles%\dotnet" -Architecture x64
powershell -NoLogo -NoProfile -File dotnet-install.ps1 -Version 3.0.100 -InstallDir "%ProgramFiles(x86)%\dotnet" -Architecture x86
REM To get an updated EXE URL, go to https://visualstudio.microsoft.com/downloads/ -> Tools for VS -> Build Tools for VS
appveyor DownloadFile https://download.visualstudio.microsoft.com/download/pr/1d102ee6-9263-4353-8676-6430f0cc5998/c0457643c8a80b008250148151a51cb6cc0aa2ccb57316db496628faa9b9a84f/vs_BuildTools.exe
start /wait vs_BuildTools.exe --quiet --wait --norestart --installPath "C:\vsbuildtools" --add Microsoft.VisualStudio.Workload.ManagedDesktopBuildTools --add Microsoft.VisualStudio.Workload.NetCoreBuildTools
build_script:
- cmd: |
set PATH=C:\vsbuildtools\MSBuild\Current\Bin\amd64;%PATH%
build.cmd
test: off
artifacts:
- path: Iced\bin\Release\*.*nupkg
name: Iced NuGet Packages
notifications:
- provider: Email
to:
- de4dot@gmail.com
on_build_success: false
on_build_failure: true
on_build_status_changed: false
deploy:
- provider: NuGet
on:
APPVEYOR_REPO_TAG: true
api_key:
secure: 1oWvNqv/17WGGwHiBAuPEXRbFUqG5ZIX83m51TNF1u/jIqAkjt8Ec4LI+jB9N5zh