diff options
| author | Thog <me@thog.eu> | 2020-06-23 16:14:25 +0200 |
|---|---|---|
| committer | Thog <me@thog.eu> | 2020-06-23 16:46:23 +0200 |
| commit | b312c82a2c5a6d6b1abc6ce44c30af1b09765f62 (patch) | |
| tree | e3df57d6fb52ebe58a667287d6956e53472e4db5 | |
| parent | 2ed9db1fcdc679aab552dc1ddeaf1e80e05ee65c (diff) | |
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.
| -rw-r--r-- | appveyor.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index 9c0c44f3..84c61cc7 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 |
