mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 22:21:44 +00:00
Remove profiled build task from AppVeyor (#1319)
As it was removed on the website on fb46709fda
, 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:
parent
2ed9db1fcd
commit
b312c82a2c
1 changed files with 0 additions and 3 deletions
|
@ -8,9 +8,6 @@ environment:
|
|||
matrix:
|
||||
- config: Release
|
||||
config_name: '-'
|
||||
|
||||
- config: Profile Release
|
||||
config_name: '-profiled-'
|
||||
build_script:
|
||||
- ps: >-
|
||||
dotnet --version
|
||||
|
|
Loading…
Reference in a new issue