Skip to content

Commit 29980bf

Browse files
authored
Merge pull request #609 from unoplatform/dev/nr/xamarinfix
fix: CI build error on merge
2 parents 50268af + c01b7b2 commit 29980bf

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
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

UI/AdvancedXBind/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,4 +360,4 @@ MigrationBackup/
360360
.ionide/
361361

362362
# Fody - auto-generated XML schema
363-
FodyWeavers.xsd
363+
FodyWeavers.xsd
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)