Skip to content

Commit 6678f2b

Browse files
frmt script
1 parent 1b29cbb commit 6678f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.build/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Task Document -depends Build {
6868

6969
#patch index.json so that it is always sorted
7070
#otherwise git will think file was changed
71-
$IndexJsonFile = "$SolutionRoot\docs\index.json"
71+
$IndexJsonFile = "$SolutionRoot\docs\index.json"
7272
$unsorted = Get-Content $IndexJsonFile | Out-String
7373
[Reflection.Assembly]::LoadFile("$Here\lib\Newtonsoft.Json.dll")
7474
[System.Reflection.Assembly]::LoadWithPartialName("System")

0 commit comments

Comments
 (0)