Skip to content

Commit

Permalink
Allow releases from non-master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersAbel committed Jan 17, 2020
1 parent b0143b9 commit b1b6732
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions nuget/MakePackage.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ if ("$clean" -eq "")
exit
}

$master = $status | select-string "On branch master"

if ("$master" -eq "")
{
echo "Releases are only allowed from the master branch."
exit
}

pushd ..
del Sustainsys.Saml2\bin\Release\*.dll
del Sustainsys.Saml2.Mvc\bin\Release\*.dll
Expand Down

0 comments on commit b1b6732

Please sign in to comment.