Skip to content

Commit b2948ab

Browse files
"docfx metadata" currently failing
Warning:[MetadataCommand.ExtractMetadata]Workspace failed with: [Failure] Msbuild failed when processing the file 'D:\GitWorkspace\SharpZipLib\src\ICSharpCode.SharpZipLib\ICSharpCode.SharpZipLib.csproj' with message: The imported project "C:\ProgramData\chocolatey\lib\docfx\tools\Sdks\Microsoft.NET.Sdk\Sdk\Sdk.props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
1 parent 8d6b7cc commit b2948ab

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/help/docfx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
{
44
"src": [
55
{
6+
"cwd": "../../src/",
67
"files": [
7-
"src/**.csproj"
8+
"ICSharpCode.SharpZipLib/**.csproj"
89
],
910
"exclude": [
1011
"**/obj/**",

docs/help/serve.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docfx docfx.json --serve

0 commit comments

Comments
 (0)