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.
This commit is contained in:
Thog
2020-06-23 16:14:25 +02:00
parent 2ed9db1fcd
commit b312c82a2c
-3
View File
@@ -8,9 +8,6 @@ environment:
matrix: matrix:
- config: Release - config: Release
config_name: '-' config_name: '-'
- config: Profile Release
config_name: '-profiled-'
build_script: build_script:
- ps: >- - ps: >-
dotnet --version dotnet --version