Questions tagged [dnu]

The DNX Utility (dnu) command-line tool provides utility functions for package management in DNX projects.

The DNX Utility (dnu) command-line tool provides utility functions for package management in DNX projects.

79 questions
0
votes
2 answers

How to create a build definition for ASP.NET 5 projects in TFS 2013 build server?

As we know that you need to use dnu to build an ASP.NET 5 project, however TFS 2013 doesn't know how to use dnu. Is there a process in place to allow TFS 2013 to build ASP.NET 5projects? Can we for example replace the default command and supply our…
Sul Aga
  • 6,142
  • 5
  • 25
  • 37
0
votes
1 answer

Not able to exit the code after successfully run the test case

I am trying to publish the asp.net vNext project via travis CI where the yml file is as given below. Where the solution is build properly and after running the test case it waiting for the user input i guess. Kindly help is resolving the…
Francis
  • 1,385
  • 3
  • 9
  • 12
0
votes
1 answer

dnu publish - System.ArgumentNullException: Value cannot be null

When running the following dnu publish, I get an ArgumentNullException exception thrown. dnu publish "C:\Project\MyProject" --out "C:\a" --configuration Debug --runtime dnx-clr-win-x86.1.0.0-beta6 Exception thrown: Restoring packages for…
Dave New
  • 38,496
  • 59
  • 215
  • 394
-1
votes
1 answer

How to restore the packages from my own server instead of nuget.org in asp5?

Is it possible to restore the packages from own server instead of nuget.org site in asp 5 application ? suppose i have package called mynewpackage which i have added in dependencies in project.json file. i have to restore this packages from own…
user3468621
  • 347
  • 1
  • 3
  • 10
1 2 3 4 5
6