Skip to content

Commit

Permalink
Fixing issue where the upload category wasn't properly referenced
Browse files Browse the repository at this point in the history
  • Loading branch information
ayende committed Jan 5, 2010
1 parent d18b7c5 commit 0f0f055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ task Upload -depends Release {
if($log -eq $null -or $log.Length -eq 0) {
$log = git log -n 1 --oneline
}
&$uploader "$global:uploadCategory" "$release_dir\Rhino.Mocks-$humanReadableversion-Build-$env:ccnetnumericlabel.zip" "$log"
&$uploader "$uploadCategory" "$release_dir\Rhino.Mocks-$humanReadableversion-Build-$env:ccnetnumericlabel.zip" "$log"

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

0 comments on commit 0f0f055

Please sign in to comment.