How can I build my solution through TFS online portal if I have to implement .Net CLI?

48 views Asked by At

The project was using DNVM powershell script to install it on TFS but now as it got obsolete and the url https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1 returned as 404 not found. Now the need is to migrate it from DNVM to .Net Core and I was unable to find the exact solution how I can write a powershell script for installing .Net Core. Please help

Also If I tried skipping the DNVM installation task from Build definition then it throws below error:

The "GetBuildOptions" task was not given a value for the required parameter "RuntimeToolingDirectory".

0

There are 0 answers