You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: