diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index f288abd794..0000000000 --- a/appveyor.yml +++ /dev/null @@ -1,36 +0,0 @@ - -# http://www.appveyor.com/docs/appveyor-yml - -# configuration for develop/CI and master/Release branch - -branches: - only: - - develop - - master - -skip_tags: true -image: Visual Studio 2019 Preview -configuration: Release -test: off - -# Install dotnet core 3.0 latest (alpha!!), as this is not provided on AppVeyor yet -install: - #- ps: Start-FileDownload 'https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x64.exe' - #- ps: Start-Process .\dotnet-sdk-latest-win-x64.exe "/install /norestart /quiet /log sdkinstall.log" -NoNewWindow -Wait - #- ps: Start-FileDownload 'https://dotnetcli.blob.core.windows.net/dotnet/Sdk/3.0.100-preview4-010538/dotnet-sdk-3.0.100-preview4-010538-win-x64.exe' - #- ps: Start-Process .\dotnet-sdk-3.0.100-preview4-010538-win-x64.exe "/install /norestart /quiet /log sdkinstall.log" -NoNewWindow -Wait - - ps: Start-FileDownload 'https://download.visualstudio.microsoft.com/download/pr/31b5b67f-b787-4f73-a728-5ec61f10a4de/be6430bcd9a62f610cd9f12f8cc2c736/dotnet-sdk-3.0.100-preview3-010431-win-x64.exe' - - ps: Start-Process .\dotnet-sdk-3.0.100-preview3-010431-win-x64.exe "/install /norestart /quiet /log sdkinstall.log" -NoNewWindow -Wait - -pull_requests: - do_not_increment_build_number: false - -build_script: - - ps: .\build.ps1 -target appveyor - -artifacts: - - path: \Publish\*.* - -nuget: - disable_publish_on_pr: true - diff --git a/build.cake b/build.cake deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/src/global.json b/src/global.json deleted file mode 100644 index e69de29bb2..0000000000