Skip to content

Commit f5897ee

Browse files
committed
Don’t build Forms sample on Mac for now
1 parent ed42058 commit f5897ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cake

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var buildSpec = new BuildSpec {
2626
new IOSSolutionBuilder { SolutionPath = "./Samples/iOS/Sample.iOS.sln", BuildsOn = BuildPlatforms.Mac },
2727
new WpSolutionBuilder { SolutionPath = "./Samples/WindowsPhone/Sample.WindowsPhone.sln", BuildsOn = BuildPlatforms.Windows },
2828
new DefaultSolutionBuilder { SolutionPath = "./Samples/WindowsUniversal/Sample.WindowsUniversal.sln", BuildsOn = BuildPlatforms.Windows },
29-
new WpSolutionBuilder { SolutionPath = "./Samples/Forms/Sample.Forms.sln", BuildsOn = BuildPlatforms.Windows | BuildPlatforms.Mac },
29+
new WpSolutionBuilder { SolutionPath = "./Samples/Forms/Sample.Forms.sln", BuildsOn = BuildPlatforms.Windows },
3030
new WpSolutionBuilder { SolutionPath = "./Samples/Forms/Sample.Forms.WP8.sln", BuildsOn = BuildPlatforms.Windows },
3131
},
3232

0 commit comments

Comments
 (0)