@@ -148,10 +148,10 @@ var buildSpec = new BuildSpec {
148148 new DefaultSolutionBuilder { SolutionPath = "./percent/samples/AndroidSupportSample.sln" , BuildsOn = BuildPlatforms . Windows | BuildPlatforms . Mac , MaxCpuCount = CPU_COUNT , AlwaysUseMSBuild = USE_MSBUILD_ON_MAC } ,
149149 new DefaultSolutionBuilder { SolutionPath = "./recommendation/samples/AndroidSupportSample.sln" , BuildsOn = BuildPlatforms . Windows | BuildPlatforms . Mac , MaxCpuCount = CPU_COUNT , AlwaysUseMSBuild = USE_MSBUILD_ON_MAC } ,
150150 new DefaultSolutionBuilder { SolutionPath = "./support-v4/samples/AndroidSupportSample.sln" , BuildsOn = BuildPlatforms . Windows | BuildPlatforms . Mac , MaxCpuCount = CPU_COUNT , AlwaysUseMSBuild = USE_MSBUILD_ON_MAC } ,
151- new DefaultSolutionBuilder { SolutionPath = "./appcompat-v7/samples/AndroidSupportSample.sln" , BuildsOn = BuildPlatforms . Windows | BuildPlatforms . Mac , MaxCpuCount = CPU_COUNT , AlwaysUseMSBuild = USE_MSBUILD_ON_MAC } ,
151+ // new DefaultSolutionBuilder { SolutionPath = "./appcompat-v7/samples/AndroidSupportSample.sln", BuildsOn = BuildPlatforms.Windows | BuildPlatforms.Mac, MaxCpuCount = CPU_COUNT, AlwaysUseMSBuild = USE_MSBUILD_ON_MAC },
152152 new DefaultSolutionBuilder { SolutionPath = "./cardview-v7/samples/AndroidSupportSample.sln" , BuildsOn = BuildPlatforms . Windows | BuildPlatforms . Mac , MaxCpuCount = CPU_COUNT , AlwaysUseMSBuild = USE_MSBUILD_ON_MAC } ,
153153 new DefaultSolutionBuilder { SolutionPath = "./gridlayout-v7/samples/AndroidSupportSample.sln" , BuildsOn = BuildPlatforms . Windows | BuildPlatforms . Mac , MaxCpuCount = CPU_COUNT , AlwaysUseMSBuild = USE_MSBUILD_ON_MAC } ,
154- new DefaultSolutionBuilder { SolutionPath = "./mediarouter-v7/samples/AndroidSupportSample.sln" , BuildsOn = BuildPlatforms . Windows | BuildPlatforms . Mac , MaxCpuCount = CPU_COUNT , AlwaysUseMSBuild = USE_MSBUILD_ON_MAC } ,
154+ // new DefaultSolutionBuilder { SolutionPath = "./mediarouter-v7/samples/AndroidSupportSample.sln", BuildsOn = BuildPlatforms.Windows | BuildPlatforms.Mac, MaxCpuCount = CPU_COUNT, AlwaysUseMSBuild = USE_MSBUILD_ON_MAC },
155155 new DefaultSolutionBuilder { SolutionPath = "./palette-v7/samples/AndroidSupportSample.sln" , BuildsOn = BuildPlatforms . Windows | BuildPlatforms . Mac , MaxCpuCount = CPU_COUNT , AlwaysUseMSBuild = USE_MSBUILD_ON_MAC } ,
156156 new DefaultSolutionBuilder { SolutionPath = "./preference-v7/samples/AndroidSupportSample.sln" , BuildsOn = BuildPlatforms . Windows | BuildPlatforms . Mac , MaxCpuCount = CPU_COUNT , AlwaysUseMSBuild = USE_MSBUILD_ON_MAC } ,
157157 new DefaultSolutionBuilder { SolutionPath = "./recyclerview-v7/samples/AndroidSupportSample.sln" , BuildsOn = BuildPlatforms . Windows | BuildPlatforms . Mac , MaxCpuCount = CPU_COUNT , AlwaysUseMSBuild = USE_MSBUILD_ON_MAC } ,
@@ -171,7 +171,7 @@ var buildSpec = new BuildSpec {
171171 new Component { ManifestDirectory = "./percent/component" } ,
172172 new Component { ManifestDirectory = "./recommendation/component" } ,
173173 new Component { ManifestDirectory = "./support-v4/component" } ,
174- new Component { ManifestDirectory = "./appcompat-v7/component" } ,
174+ // new Component { ManifestDirectory = "./appcompat-v7/component" },
175175 new Component { ManifestDirectory = "./cardview-v7/component" } ,
176176 new Component { ManifestDirectory = "./gridlayout-v7/component" } ,
177177 new Component { ManifestDirectory = "./palette-v7/component" } ,
0 commit comments