aspnetcore/test
Nate McMaster 34ea52068a Add --msbuildprojectextensionspath option to dotnet-watch
In the event someone wants to move the obj/ folder, MSBuild will not be able to locate dotnet-watch's generated targets. dotnet-watch cannot automatically find the obj folder (#244), so this command line switch allows users to point dotnet-watch to the right location.
2017-06-02 15:12:33 -07:00
..
Microsoft.AspNetcore.CertificateGeneration.Task.Tests
Microsoft.DotNet.Watcher.Tools.FunctionalTests Add --msbuildprojectextensionspath option to dotnet-watch 2017-06-02 15:12:33 -07:00
Microsoft.DotNet.Watcher.Tools.Tests Add --msbuildprojectextensionspath option to dotnet-watch 2017-06-02 15:12:33 -07:00
Microsoft.Extensions.SecretManager.Tools.Tests
Shared