Skip to content
Sharon Cichelli edited this page Apr 5, 2015 · 1 revision

Within the Nautilus-Build repo, at the top level is a Hello-Nautilus demo project. buildWithNautilus.cmd will reach into the parent project's Release folder to execute Nautilus.exe, using the local BuildInstructions.cs to specify the solution to build and the steps to execute. When buildWithNautilus.cmd invokes Nautilus, it passes two parameters, the location of the file containing the build instructions class and the public method within that class that Nautilus should invoke.

I've also been testing Nautilus with the Iteration Zero repo. I have a fork under my account, and within that, a nautilus branch. A script in my Nautilus folder (not committed to git) copies Nautilus.exe from its Release folder into Zero's lib folder. Then I can execute the buildWithNautilus.cmd script in Zero's top-level folder.

Clone this wiki locally