Skip to content

Commit

Permalink
Output the builder label as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ayende committed Dec 7, 2012
1 parent 6b65248 commit 7a87283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.ps1
Expand Up @@ -384,7 +384,7 @@ task Upload -depends DoRelease {


$file = "$release_dir\$global:uploadCategory-Build-$env:buildlabel.zip" $file = "$release_dir\$global:uploadCategory-Build-$env:buildlabel.zip"
write-host "Executing: $uploader '$global:uploadCategory' $file ""$log""" write-host "Executing: $uploader '$global:uploadCategory' $file ""$log"""
&$uploader "$uploadCategory" $file "$log" &$uploader "$uploadCategory" $env:buildlabel $file "$log"


if ($lastExitCode -ne 0) { if ($lastExitCode -ne 0) {
write-host "Failed to upload to S3: $lastExitCode" write-host "Failed to upload to S3: $lastExitCode"
Expand Down

0 comments on commit 7a87283

Please sign in to comment.