1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-05 04:33:39 +08:00

Merge branch 'master' into score-stats-on-results

This commit is contained in:
Bartłomiej Dach
2022-12-25 21:44:42 +01:00
committed by GitHub
Unverified
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
clone_depth: 1
version: '{build}'
image: Visual Studio 2019
image: Visual Studio 2022
test: off
skip_non_tags: true
configuration: Release
@@ -83,4 +83,4 @@ artifacts:
deploy:
- provider: Environment
name: nuget
name: nuget
@@ -5,8 +5,8 @@ using NUnit.Framework;
using osu.Framework.Graphics;
using osu.Game.Online.Solo;
using osu.Game.Scoring;
using osu.Game.Screens.Ranking.Statistics.User;
using osu.Game.Users;
using OverallRanking = osu.Game.Screens.Ranking.Statistics.User.OverallRanking;
namespace osu.Game.Tests.Visual.Ranking
{