Skip to content

Commit 6003a73

Browse files
committed
fix: CI build error on merge
1 parent 50268af commit 6003a73

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,3 +244,6 @@ msbuild.binlog
244244

245245
/UI/MauiEmbedding/GrialKitApp/nuget.config
246246
/UI/MauiEmbedding/GrialKitApp/GrialKitApp.MauiControls/GrialLicense
247+
248+
/UI/MigrateCustomRenderers/CustomRenderers/CustomRenderers.sln
249+
/UI/MigratingEffects/XamarinFormsEffect/XamarinFormsEffect.sln
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
To run the CustomRenderers solution, rename `CustomRenderers.sln.nobuild` to `CustomRenderers.sln`. The `.nobuild` extension is used to prevent the CI from attempting to build Xamarin solutions since these are no longer supported by the CI.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
To run the XamarinFormsEffect solution, rename `XamarinFormsEffect.sln.nobuild` to `XamarinFormsEffect.sln`. The `.nobuild` extension is used to prevent the CI from attempting to build Xamarin solutions since these are no longer supported by the CI.

0 commit comments

Comments
 (0)