Skip to content

Commit

Permalink
Also create a nuget package for unstable builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ayende committed Dec 13, 2011
1 parent e7bdb92 commit f95b319
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions default.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -424,12 +424,6 @@ task UploadUnstable -depends Unstable, DoRelease, Upload {
task CreateNugetPackage {
$accessPath = "$base_dir\..\Nuget-Access-Key.txt"

if( $global:uploadCategory -ne "RavenDB") # we only publish the stable version out
{
Write-Host "Not a stable build, skipping nuget package creation"
return
}

if ( (Test-Path $accessPath) -eq $false )
{
return;
Expand Down

0 comments on commit f95b319

Please sign in to comment.