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
I really like this plugin, looks like a great way forward for building DNX apps in TeamCity.
The first hurdle I ran into is that you have to install DNU/DNX as the user that the agent is running under. It would remove so much friction if TeamCity could take care of this - either by letting users specify a custom version (the same way they can specify which NuGet executables to use) or just downloading and installing it for them.
To get it to work for ASP.NET 5 RC1, I had to:
Make TeamCity build agent run as a custom user
Log in to Windows as that custom user
Install the command line DNVM
Run dnvm install latest
Run dnvm upgrade
Restart TeamCity build agent to pick up the environment variable changes
The text was updated successfully, but these errors were encountered:
PaulStovell
changed the title
Install DNU/dotnet
Install DNU/dotnet - can this be streamlined somehow?
Mar 1, 2016
I really like this plugin, looks like a great way forward for building DNX apps in TeamCity.
The first hurdle I ran into is that you have to install DNU/DNX as the user that the agent is running under. It would remove so much friction if TeamCity could take care of this - either by letting users specify a custom version (the same way they can specify which NuGet executables to use) or just downloading and installing it for them.
To get it to work for ASP.NET 5 RC1, I had to:
dnvm install latest
dnvm upgrade
The text was updated successfully, but these errors were encountered: