Tagged Questions
6
votes
1answer
1k views
How to automatically update NuGet packages to latest available version
I have two repositories, and I need compiled libraries from one repository in the other. I don't want to manually check repo1 for updated libraries, and copy/commit to repo2, because that is stupid. ...
2
votes
2answers
3k views
How to configure where NuGet.exe Command Tool line looks for packages
We have successfully set up a couple of local package repositories using the NuGet.Server package and hosted them on a local IIS webserver. We are able to connect from the Package Manager and install ...
1
vote
2answers
80 views
NuGet Package Restore does not fetch Build Target Assemblies (Tools)
I added Fody ProperyChanged to two projects in my solution. Package Restore is enabled on the solution. However, the TFS Build Service fails building with the following error:
WindowsUI.csproj ...
1
vote
1answer
52 views
How to build nuget package from Script# projet
I need to build nuget package for Script# project
1) The package must include js files generated by Script#
2) It would be great to have auto increment for package version
3) It must run on build ...