Skip to content

Commit 13de74f

Browse files
committed
Fixing solution schemas folder name
1 parent d0e7efc commit 13de74f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WebJobs.Script.sln

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -418,9 +418,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "schemas", "schemas", "{6717
418418
EndProject
419419
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "json", "json", "{3A4AF861-66F2-4C34-BB9E-69F0D392BB1A}"
420420
ProjectSection(SolutionItems) = preProject
421-
schema\json\function.json = schema\json\function.json
422-
schema\json\host.json = schema\json\host.json
423-
schema\json\README.md = schema\json\README.md
421+
schemas\json\function.json = schemas\json\function.json
422+
schemas\json\host.json = schemas\json\host.json
423+
schemas\json\README.md = schemas\json\README.md
424424
EndProjectSection
425425
EndProject
426426
Global

0 commit comments

Comments
 (0)