1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 20:30:20 +08:00

Disable EnforceCodeStyleInBuild in Xamarin CI run

This commit is contained in:
Huo Yaoyuan
2022-05-04 14:06:01 +08:00
Unverified
parent 35eeeba4c6
commit a17bbd62b7
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -128,7 +128,7 @@ jobs:
# cannot accept .sln(f) files as arguments.
# Build just the main game for now.
- name: Build
run: msbuild osu.Android/osu.Android.csproj /restore /p:Configuration=Debug
run: msbuild osu.Android/osu.Android.csproj /restore /p:Configuration=Debug /p:EnforceCodeStyleInBuild=false
build-only-ios:
name: Build only (iOS)
@@ -147,4 +147,4 @@ jobs:
# cannot accept .sln(f) files as arguments.
# Build just the main game for now.
- name: Build
run: msbuild osu.iOS/osu.iOS.csproj /restore /p:Configuration=Debug
run: msbuild osu.iOS/osu.iOS.csproj /restore /p:Configuration=Debug /p:EnforceCodeStyleInBuild=false