Forcing Release builds and device build to fully test samples

This commit is contained in:
Bill Holmes 2016-12-16 11:46:45 -05:00
Родитель e33faff697
Коммит 2c0749eca8
22 изменённых файлов: 41 добавлений и 20 удалений

Просмотреть файл

@ -6,7 +6,7 @@ var TARGET = Argument ("t", Argument ("target", "Default"));
buildSpec = new BuildSpec () {
Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/AdMobSample/AdMobSample.sln", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/AdMobSample/AdMobSample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
},
NuGets = new [] {

Просмотреть файл

@ -9,6 +9,7 @@ buildSpec = new BuildSpec () {
new DefaultSolutionBuilder {
SolutionPath = "source/Firebase.Analytics.sln",
BuildsOn = BuildPlatforms.Mac,
Configuration = "Release",
OutputFiles = new [] {
new OutputFileCopy {
FromFile = "./source/Firebase.Analytics/bin/Release/Firebase.Analytics.dll",
@ -18,7 +19,7 @@ buildSpec = new BuildSpec () {
},
Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/AnalyticsSample/AnalyticsSample.sln", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/AnalyticsSample/AnalyticsSample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
},
NuGets = new [] {

Просмотреть файл

@ -9,6 +9,7 @@ buildSpec = new BuildSpec () {
new DefaultSolutionBuilder {
SolutionPath = "source/Firebase.Auth.sln",
BuildsOn = BuildPlatforms.Mac,
Configuration = "Release",
OutputFiles = new [] {
new OutputFileCopy {
FromFile = "./source/Firebase.Auth/bin/Release/Firebase.Auth.dll",
@ -18,7 +19,7 @@ buildSpec = new BuildSpec () {
},
Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/AuthSample/AuthSample.sln", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/AuthSample/AuthSample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
},
NuGets = new [] {

Просмотреть файл

@ -9,6 +9,7 @@ buildSpec = new BuildSpec () {
new DefaultSolutionBuilder {
SolutionPath = "source/Firebase.CloudMessaging.sln",
BuildsOn = BuildPlatforms.Mac,
Configuration = "Release",
OutputFiles = new [] {
new OutputFileCopy {
FromFile = "./source/Firebase.CloudMessaging/bin/Release/Firebase.CloudMessaging.dll",
@ -18,7 +19,7 @@ buildSpec = new BuildSpec () {
},
Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/CloudMessagingSample/CloudMessagingSample.sln", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/CloudMessagingSample/CloudMessagingSample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
},
NuGets = new [] {

Просмотреть файл

@ -9,6 +9,7 @@ buildSpec = new BuildSpec () {
new DefaultSolutionBuilder {
SolutionPath = "source/Firebase.Database.sln",
BuildsOn = BuildPlatforms.Mac,
Configuration = "Release",
OutputFiles = new [] {
new OutputFileCopy {
FromFile = "./source/Firebase.Database/bin/Release/Firebase.Database.dll",
@ -18,7 +19,7 @@ buildSpec = new BuildSpec () {
},
Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/DatabaseSample/DatabaseSample.sln", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/DatabaseSample/DatabaseSample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
},
NuGets = new [] {

Просмотреть файл

@ -8,6 +8,7 @@ buildSpec = new BuildSpec () {
Libs = new ISolutionBuilder [] {
new DefaultSolutionBuilder {
SolutionPath = "source/Firebase.DynamicLinks.sln",
Configuration = "Release",
BuildsOn = BuildPlatforms.Mac,
OutputFiles = new [] {
new OutputFileCopy {
@ -18,7 +19,7 @@ buildSpec = new BuildSpec () {
},
Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/DynamicLinksSample/DynamicLinksSample.sln", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/DynamicLinksSample/DynamicLinksSample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
},
NuGets = new [] {

Просмотреть файл

@ -8,6 +8,7 @@ buildSpec = new BuildSpec () {
new DefaultSolutionBuilder {
SolutionPath = "source/Firebase.InstanceID.sln",
BuildsOn = BuildPlatforms.Mac,
Configuration = "Release",
OutputFiles = new [] {
new OutputFileCopy {
FromFile = "./source/Firebase.InstanceID/bin/Release/Firebase.InstanceID.dll",

Просмотреть файл

@ -9,6 +9,7 @@ buildSpec = new BuildSpec () {
new DefaultSolutionBuilder {
SolutionPath = "source/Firebase.Invites.sln",
BuildsOn = BuildPlatforms.Mac,
Configuration = "Release",
OutputFiles = new [] {
new OutputFileCopy {
FromFile = "./source/Firebase.Invites/bin/Release/Firebase.Invites.dll",
@ -18,7 +19,7 @@ buildSpec = new BuildSpec () {
},
Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/InvitesSample/InvitesSample.sln", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/InvitesSample/InvitesSample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
},
NuGets = new [] {

Просмотреть файл

@ -8,6 +8,7 @@ buildSpec = new BuildSpec () {
Libs = new ISolutionBuilder [] {
new DefaultSolutionBuilder {
SolutionPath = "source/Firebase.RemoteConfig.sln",
Configuration = "Release",
BuildsOn = BuildPlatforms.Mac,
OutputFiles = new [] {
new OutputFileCopy {
@ -18,7 +19,7 @@ buildSpec = new BuildSpec () {
},
Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/RemoteConfigSample/RemoteConfigSample.sln", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/RemoteConfigSample/RemoteConfigSample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
},
NuGets = new [] {

Просмотреть файл

@ -9,6 +9,7 @@ buildSpec = new BuildSpec () {
new DefaultSolutionBuilder {
SolutionPath = "source/Firebase.Storage.sln",
BuildsOn = BuildPlatforms.Mac,
Configuration = "Release",
OutputFiles = new [] {
new OutputFileCopy {
FromFile = "./source/Firebase.Storage/bin/Release/Firebase.Storage.dll",
@ -18,7 +19,7 @@ buildSpec = new BuildSpec () {
},
Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/StorageSample/StorageSample.sln", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/StorageSample/StorageSample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
},
NuGets = new [] {

Просмотреть файл

@ -9,6 +9,7 @@ buildSpec = new BuildSpec () {
new DefaultSolutionBuilder {
SolutionPath = "source/Google.Analytics.sln",
BuildsOn = BuildPlatforms.Mac,
Configuration = "Release",
OutputFiles = new [] {
new OutputFileCopy {
FromFile = "./source/Google.Analytics/bin/Release/Google.Analytics.dll",
@ -18,7 +19,7 @@ buildSpec = new BuildSpec () {
},
Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/CuteAnimalsiOS/CuteAnimalsiOS.sln", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/CuteAnimalsiOS/CuteAnimalsiOS.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
},
NuGets = new [] {

Просмотреть файл

@ -9,6 +9,7 @@ buildSpec = new BuildSpec () {
new DefaultSolutionBuilder {
SolutionPath = "source/Google.AppIndexing.sln",
BuildsOn = BuildPlatforms.Mac,
Configuration = "Release",
OutputFiles = new [] {
new OutputFileCopy {
FromFile = "./source/Google.AppIndexing/bin/Release/Google.AppIndexing.dll",
@ -18,7 +19,7 @@ buildSpec = new BuildSpec () {
},
Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/AppIndexingSample/AppIndexingSample.sln", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/AppIndexingSample/AppIndexingSample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
},
NuGets = new [] {

Просмотреть файл

@ -9,6 +9,7 @@ buildSpec = new BuildSpec () {
new DefaultSolutionBuilder {
SolutionPath = "source/Google.AppInvite.sln",
BuildsOn = BuildPlatforms.Mac,
Configuration = "Release",
OutputFiles = new [] {
new OutputFileCopy {
FromFile = "./source/Google.AppInvite/bin/Release/Google.AppInvite.dll",
@ -18,7 +19,7 @@ buildSpec = new BuildSpec () {
},
Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/AppInviteSample/AppInviteSample.sln", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/AppInviteSample/AppInviteSample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
},
NuGets = new [] {

Просмотреть файл

@ -9,6 +9,7 @@ buildSpec = new BuildSpec () {
new DefaultSolutionBuilder {
SolutionPath = "source/Google.Cast.sln",
BuildsOn = BuildPlatforms.Mac,
Configuration = "Release",
OutputFiles = new [] {
new OutputFileCopy {
FromFile = "./source/Google.Cast/bin/Release/Google.Cast.dll",
@ -18,7 +19,7 @@ buildSpec = new BuildSpec () {
},
Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/GoogleCastSample/GoogleCastSample.sln", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/GoogleCastSample/GoogleCastSample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
},
NuGets = new [] {

Просмотреть файл

@ -8,6 +8,7 @@ buildSpec = new BuildSpec () {
new DefaultSolutionBuilder {
SolutionPath = "source/Google.Core.sln",
BuildsOn = BuildPlatforms.Mac,
Configuration = "Release",
OutputFiles = new [] {
new OutputFileCopy {
FromFile = "./source/Google.Core/bin/Release/Google.Core.dll",

Просмотреть файл

@ -8,6 +8,7 @@ buildSpec = new BuildSpec () {
Libs = new ISolutionBuilder [] {
new DefaultSolutionBuilder {
SolutionPath = "source/Google.GoogleCloudMessaging.sln",
Configuration = "Release",
BuildsOn = BuildPlatforms.Mac,
OutputFiles = new [] {
new OutputFileCopy {
@ -18,7 +19,7 @@ buildSpec = new BuildSpec () {
},
Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/GoogleCloudMessagingSample/GoogleCloudMessagingSample.sln", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/GoogleCloudMessagingSample/GoogleCloudMessagingSample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
},
NuGets = new [] {

Просмотреть файл

@ -8,6 +8,7 @@ buildSpec = new BuildSpec () {
Libs = new ISolutionBuilder [] {
new DefaultSolutionBuilder {
SolutionPath = "source/Google.InstanceID.sln",
Configuration = "Release",
BuildsOn = BuildPlatforms.Mac,
OutputFiles = new [] {
new OutputFileCopy {
@ -18,7 +19,7 @@ buildSpec = new BuildSpec () {
},
Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/InstanceIDSample/InstanceIDSample.sln", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/InstanceIDSample/InstanceIDSample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
},
NuGets = new [] {

Просмотреть файл

@ -8,6 +8,7 @@ buildSpec = new BuildSpec () {
Libs = new ISolutionBuilder [] {
new DefaultSolutionBuilder {
SolutionPath = "source/Google.Maps.sln",
Configuration = "Release",
BuildsOn = BuildPlatforms.Mac,
OutputFiles = new [] {
new OutputFileCopy {
@ -18,7 +19,7 @@ buildSpec = new BuildSpec () {
},
Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/GoogleMapsAdvSample/GoogleMapsAdvSample.sln", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/GoogleMapsAdvSample/GoogleMapsAdvSample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
},
NuGets = new [] {

Просмотреть файл

@ -9,6 +9,7 @@ buildSpec = new BuildSpec () {
new DefaultSolutionBuilder {
SolutionPath = "source/Google.MobileAds.sln",
BuildsOn = BuildPlatforms.Mac,
Configuration = "Release",
OutputFiles = new [] {
new OutputFileCopy {
FromFile = "./source/Google.MobileAds/bin/Release/Google.MobileAds.dll",
@ -18,7 +19,7 @@ buildSpec = new BuildSpec () {
},
Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/MobileAdsExample/MobileAdsExample.sln", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/MobileAdsExample/MobileAdsExample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
},
NuGets = new [] {

Просмотреть файл

@ -8,6 +8,7 @@ buildSpec = new BuildSpec () {
Libs = new ISolutionBuilder [] {
new DefaultSolutionBuilder {
SolutionPath = "source/Google.PlayGames.sln",
Configuration = "Release",
BuildsOn = BuildPlatforms.Mac,
OutputFiles = new [] {
new OutputFileCopy {
@ -18,7 +19,7 @@ buildSpec = new BuildSpec () {
},
Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/CollectAllTheStars/CollectAllTheStars.sln", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/CollectAllTheStars/CollectAllTheStars.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
},
NuGets = new [] {

Просмотреть файл

@ -8,6 +8,7 @@ buildSpec = new BuildSpec () {
Libs = new ISolutionBuilder [] {
new DefaultSolutionBuilder {
SolutionPath = "source/Google.SignIn.sln",
Configuration = "Release",
BuildsOn = BuildPlatforms.Mac,
OutputFiles = new [] {
new OutputFileCopy {
@ -18,7 +19,7 @@ buildSpec = new BuildSpec () {
},
Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/SignInExample/SignInExample.sln", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/SignInExample/SignInExample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
},
NuGets = new [] {

Просмотреть файл

@ -8,6 +8,7 @@ buildSpec = new BuildSpec () {
Libs = new ISolutionBuilder [] {
new DefaultSolutionBuilder {
SolutionPath = "source/Google.TagManager.sln",
Configuration = "Release",
BuildsOn = BuildPlatforms.Mac,
OutputFiles = new [] {
new OutputFileCopy {
@ -18,7 +19,7 @@ buildSpec = new BuildSpec () {
},
Samples = new ISolutionBuilder [] {
new IOSSolutionBuilder { SolutionPath = "./samples/TagManagerSample/TagManagerSample.sln", BuildsOn = BuildPlatforms.Mac },
new IOSSolutionBuilder { SolutionPath = "./samples/TagManagerSample/TagManagerSample.sln", Configuration = "Release|iPhone", BuildsOn = BuildPlatforms.Mac },
},
NuGets = new [] {