File tree 3 files changed +21
-17
lines changed
3 files changed +21
-17
lines changed Original file line number Diff line number Diff line change
1
+ * text =auto eol =lf
2
+
3
+ * .cmd text eol =crlf
4
+ * .bat text eol =crlf
Original file line number Diff line number Diff line change 1
- SETLOCAL
2
- SETLOCAL ENABLEEXTENSIONS
3
-
4
- docfx.exe build docfx.json > docfx.log
5
- @ IF NOT %ERRORLEVEL% == 0 (
6
- type docfx.log
7
- ECHO Error: docfx build failed. 1 >& 2
8
- EXIT /B %ERRORLEVEL%
9
- )
10
- @ type docfx.log
11
- @ type docfx.log | findstr /C:" Build succeeded."
12
- @ IF NOT %ERRORLEVEL% == 0 (
13
- ECHO Error: you have introduced build warnings. 1 >& 2
14
- EXIT /B %ERRORLEVEL%
15
- )
1
+ SETLOCAL
2
+ SETLOCAL ENABLEEXTENSIONS
3
+
4
+ docfx.exe build docfx.json > docfx.log
5
+ @ IF NOT %ERRORLEVEL% == 0 (
6
+ type docfx.log
7
+ ECHO Error: docfx build failed. 1 >& 2
8
+ EXIT /B %ERRORLEVEL%
9
+ )
10
+ @ type docfx.log
11
+ @ type docfx.log | findstr /C:" Build succeeded."
12
+ @ IF NOT %ERRORLEVEL% == 0 (
13
+ ECHO Error: you have introduced build warnings. 1 >& 2
14
+ EXIT /B %ERRORLEVEL%
15
+ )
Original file line number Diff line number Diff line change 1
- - name : OpenTelemetry Specification
2
- href : ./README.md
1
+ - name : OpenTelemetry Specification
2
+ href : ./README.md
You can’t perform that action at this time.
0 commit comments