File tree 3 files changed +4
-16
lines changed
3 files changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ private static void RegisterCommonArtifacts()
49
49
{
50
50
Artifacts . Add ( "MonoBleedingEdge" ,
51
51
new Tuple < string , string > (
52
- "MonoBleedingEdge/fd0d97a7a35_5d627f842afebea942027a7fe8a590effb76deaf44736482b8bbcfae58316d42 .7z" ,
52
+ "MonoBleedingEdge/f6eb9e15148_2a5566bb437c65d9af40d5f0f7fa4c2cc0f6e6efa243ae673bde2f5b29b03f08 .7z" ,
53
53
"unity-internal" ) ) ;
54
54
55
55
Artifacts . Add ( "reference-assemblies" ,
Original file line number Diff line number Diff line change 329
329
{
330
330
print (" >>> External mono found at : $existingExternalMono \n " );
331
331
332
- if (-d " $existingExternalMono /builds" )
333
- {
334
- print (" >>> Mono found at at : $existingExternalMono /builds\n " );
335
- }
336
-
337
- $existingMonoRootPath = " $existingExternalMono /builds/monodistribution" ;
332
+ $existingMonoRootPath = " $existingExternalMono /monodistribution" ;
338
333
}
339
334
else
340
335
{
Original file line number Diff line number Diff line change 53
53
54
54
rmove(' versions-aggregated.txt' , ' versions.txt' );
55
55
56
- open (MYFILE," >built_by_teamcity.txt" );
57
- print MYFILE " These builds were created by teamcity from svn revision $ENV {BUILD_VCS_NUMBER}\n " ;
58
- print MYFILE " TC projectname was: $ENV {TEAMCITY_PROJECT_NAME}\n " ;
59
- print MYFILE " TC buildconfigname was: $ENV {TEAMCITY_BUILDCONF_NAME}\n " ;
60
- close (MYFILE);
61
-
62
56
my $externalBuildDeps = " $monoroot /external/buildscripts/artifacts/Stevedore" ;
63
57
my $externalzip = " " ;
64
58
if ($^O eq " linux" )
77
71
{
78
72
rmtree(" ../stevedore" );
79
73
my $stevedoreMbePath = " ../stevedore/MonoBleedingEdge" ;
80
- my $stevedoreMbeBuildsPath = " ../stevedore/MonoBleedingEdge/builds" ;
81
74
my $stevedoreMbe7z = " ../stevedore/MonoBleedingEdge.7z" ;
82
75
my $stevedoreMbeArtifactID = " ../stevedore/artifactid.txt" ;
83
76
84
- system (" mkdir -p $stevedoreMbeBuildsPath " ) eq 0 or die (" failed to mkdir $stevedoreMbeBuildsPath " );
85
- system (" cp -r * $stevedoreMbeBuildsPath /" ) eq 0 or die (" failed copying builds to $stevedoreMbeBuildsPath \n " );
77
+ system (" mkdir -p $stevedoreMbePath " ) eq 0 or die (" failed to mkdir $stevedoreMbePath " );
78
+ system (" cp -r * $stevedoreMbePath /" ) eq 0 or die (" failed copying builds to $stevedoreMbePath \n " );
86
79
if (-f $externalzip )
87
80
{
88
81
system (" $externalzip a $stevedoreMbe7z $stevedoreMbePath /* -sdel" ) eq 0 or die (" failed 7z up $stevedoreMbePath " );
You can’t perform that action at this time.
0 commit comments