aspnet / Hosting

[Archived] Code for hosting and starting up an ASP.NET Core application. Project moved to https://github.com/aspnet/Extensions and https://github.com/aspnet/AspNetCore
Apache License 2.0
552 stars 312 forks source link

Add test build targets to ensure version alignment #1518

Closed Tratcher closed 6 years ago

Tratcher commented 6 years ago

1503 Trying the pattern from scaffolding to force dependencies to stay in sync during a CI build.

https://github.com/aspnet/Scaffolding/blob/master/test/Directory.Build.targets

Unable to repro the failure locally, but this doesn't seem to make anything worse.

natemcmaster commented 6 years ago

Turns out node reuse is the problem. https://github.com/aspnet/BuildTools/pull/734