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

Create wiki page on how to change TemplateBuilder and consume in SideWaffle #299

Open
sayedihashimi opened this issue Aug 22, 2015 · 0 comments

Comments

@sayedihashimi
Copy link
Member

From ligershark/template-builder#75 (comment) I have the notes below how how to change TemplateBuilder and then have SideWaffle use the latest. I've pasted that content below.

We should create a wiki on this with more details

Making changes to TemplateBuilder sources and then testing that with SideWaffle is easy. Do the following.

  • Clone TemplateBuilder and SideWaffle locally
  • Make your changes to TemplateBuilder
  • Build TemplateBuilder from the command line using build.ps1
  • Execute build.ps1 -setMSBuildOverrides. This will set two MSBuild properties to redirect MSBuild .targets and task to the build outputs of the sources

To do a local end-to-end test using the nuget pkg generated from sources you can do the following.

  • Create a new folder c:\temp\nuget\localrepo
    • Run build.ps1, which should copy the build .nupkg to c:\temp\nuget\localrepo
    • In VS create a NuGet package source to c:\temp\nuget\localrepo and use that to install the latest package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants