Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix example for ReleaseAndDeploy with Octopus #469

Merged
merged 1 commit into from
Jun 15, 2014
Merged

Fix example for ReleaseAndDeploy with Octopus #469

merged 1 commit into from
Jun 15, 2014

Conversation

jamescrowley
Copy link
Contributor

No description provided.

@@ -63,7 +63,7 @@ This is often a good idea when you want your FAKE build script to continue on to
{ octoParams with
ToolPath = "./packages/octopustools"
Server = server
Command = CreateRelease (release, deploy) }
Command = CreateRelease (release, Some deploy) }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if there's another way to get this working but https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/OctoTools.fs#L136-140
seems to suggest you need this to match?

@forki
Copy link
Member

forki commented Jun 15, 2014

Mhm.

@forki
Copy link
Member

forki commented Jun 15, 2014

Thanks

forki added a commit that referenced this pull request Jun 15, 2014
Fix example for ReleaseAndDeploy with Octopus
@forki forki merged commit 41816e0 into fsprojects:master Jun 15, 2014
@jamescrowley jamescrowley deleted the patch-2 branch June 16, 2014 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants