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

customizable nuget.targets template #13

Open
Addi79 opened this issue Aug 29, 2013 · 0 comments
Open

customizable nuget.targets template #13

Addi79 opened this issue Aug 29, 2013 · 0 comments

Comments

@Addi79
Copy link

Addi79 commented Aug 29, 2013

for many of VS Solutions i need an "nuget.targets" customizable Template in appdata.

for example:
i need to restore and safe update packages automatically on TFS Build.
i change the nuget.targets RestoreCommand - tag to following:
$(NuGetCommand) install "$(PackagesConfig)" -source "$(PackageSources)" $(NonInteractiveSwitch) $(RequireConsentSwitch) -solutionDir $(PaddedSolutionDir) | $(NuGetCommand) update "$(PackagesConfig)" -safe -source "$(PackageSources)"

this works well so far, but I do not have to make this anywhere with the hand and would just want to edit a template

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

No branches or pull requests

1 participant