Skip to content

Commit 667a834

Browse files
committed
Reverting undesired change in Rakefile
1 parent 14f37e0 commit 667a834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ namespace :dotnet do
892892
sh 'docfx dotnet/docs/docfx.json'
893893
rescue StandardError
894894
case $CHILD_STATUS.exitstatus
895-
when 136
895+
when 133
896896
raise 'Ensure the dotnet/tools directory is added to your PATH environment variable (e.g., `~/.dotnet/tools`)'
897897
when 255
898898
puts '.NET documentation build failed, likely because of DevTools namespacing. This is ok; continuing'

0 commit comments

Comments
 (0)