Dash-Industry-Forum / DocumentAuthoring

GitHub+Bikeshed based document authoring guide and associated tooling.
MIT License
0 stars 2 forks source link

"Multiple .bs.md files" error does not appear on GitHub, only generic build failure #7

Open sandersaares opened 5 years ago

sandersaares commented 5 years ago
##[section]Starting: Build the document
==============================================================================
Task         : PowerShell
Description  : Run a PowerShell script on Windows, macOS, or Linux.
Version      : 2.140.2
Author       : Microsoft Corporation
Help         : [More Information](https://go.microsoft.com/fwlink/?LinkID=613736)
==============================================================================
Generating script.
##[command]"C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe" -NoLogo -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command ". 'D:\a\_temp\377ba1f9-22cb-4830-bc9d-adc0b91d56be.ps1'"
ResolveInputFile : Expected to find exactly 1 .bs.md file in current directory to use as input. Instead found 2: 
DASH-IF-IOP.bs.md, Keywords.bs.md
At C:\Users\VssAdministrator\Documents\WindowsPowerShell\Modules\BikeshedDocumentAuthoring\1.0.5\Main.psm1:21 char:18
+     $inputFile = ResolveInputFile $path
+                  ~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,ResolveInputFile

##[error]PowerShell exited with code '1'.
##[section]Finishing: Build the document

Build fails, comment just says "view the log". Maybe could be more explicit?