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 14f37e0 commit 667a834Copy full SHA for 667a834
Rakefile
@@ -892,7 +892,7 @@ namespace :dotnet do
892
sh 'docfx dotnet/docs/docfx.json'
893
rescue StandardError
894
case $CHILD_STATUS.exitstatus
895
- when 136
+ when 133
896
raise 'Ensure the dotnet/tools directory is added to your PATH environment variable (e.g., `~/.dotnet/tools`)'
897
when 255
898
puts '.NET documentation build failed, likely because of DevTools namespacing. This is ok; continuing'
0 commit comments