From b312c82a2c5a6d6b1abc6ce44c30af1b09765f62 Mon Sep 17 00:00:00 2001 From: Thog Date: Tue, 23 Jun 2020 16:14:25 +0200 Subject: [PATCH] Remove profiled build task from AppVeyor (#1319) As it was removed on the website on https://github.com/Ryujinx/Ryujinx-Website/commit/fb46709fda8a1a9137647037fc0f6d8bd1103ef7, we don't need to build it anymore. This also cut the build time and allow us more flexibility for hotfixes if needed. --- appveyor.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9c0c44f30..84c61cc72 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,9 +8,6 @@ environment: matrix: - config: Release config_name: '-' - - - config: Profile Release - config_name: '-profiled-' build_script: - ps: >- dotnet --version