Skip to content

Commit

Permalink
Rename local prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
nvborisenko committed Nov 16, 2016
1 parent 612d2f4 commit 023f1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Task("Package")
}
else
{
build += "-prerelease";
build += "-local";
}
NuGetPack("src/ReportPortal.Client/ReportPortal.Client.nuspec", new NuGetPackSettings()
{
Expand Down

0 comments on commit 023f1be

Please sign in to comment.