Docfx failing under AppVeyor #1380
Labels
priority: p0
Highest priority. Critical issue. P0 implies highest priority.
type: process
A process-related concern. May include testing, release, or the like.
Now that AppVeyor has updated to .NET Core 2.0, docfx can't find the msbuild properties files.
This is our instance of this docfx issue which in turn comes from this msbuild issue. The suggested solution is to install VS2017 instead of just the build tools. Not easy on CI...
The good news is that I suspect the Sdk.props file is on disk somewhere, but we need to find it and set an appropriate environment variable.
The text was updated successfully, but these errors were encountered: