We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b29cbb commit 6678f2bCopy full SHA for 6678f2b
.build/build.ps1
@@ -68,7 +68,7 @@ Task Document -depends Build {
68
69
#patch index.json so that it is always sorted
70
#otherwise git will think file was changed
71
- $IndexJsonFile = "$SolutionRoot\docs\index.json"
+ $IndexJsonFile = "$SolutionRoot\docs\index.json"
72
$unsorted = Get-Content $IndexJsonFile | Out-String
73
[Reflection.Assembly]::LoadFile("$Here\lib\Newtonsoft.Json.dll")
74
[System.Reflection.Assembly]::LoadWithPartialName("System")
0 commit comments