Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
Tanay Parikh 267520e425
Update Scripts from ASP.NET Core (#2353)
@ryanbrandenburg pointed out my change from `. .\activate.ps1` to `.\activate.ps1` in the build from source PR. I've been `.\activate.ps1` and haven't run into any particular issues, however, it's not the recommended way to source due to [scoping](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_scripts#script-scope-and-dot-sourcing). dotnet/aspnetcore enforces this dot sourcing, so I copied over the script changes here.

Also noticed startvs.cmd had changed so brought that over as well.
2020-08-11 17:04:48 -07:00
Ajay Bhargav Baaskaran d0796daac4
Added activate.ps1 to set DOTNET_ROOT to Path (#311) 2019-03-07 15:21:47 -08:00