Update action.yml

master
Vitaly Mikhailov 4 years ago committed by GitHub
parent 7be03406de
commit 392a8bc7ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -71,3 +71,10 @@ runs:
run: >-
nuget install docfx.console -Version ${{inputs.docfx-version}} -ExcludeVersion;
shell: pwsh
- name: Global Long Path Support
run: >-
New-Item -Path 'HKLM:\SOFTWARE\Microsoft\.NETFramework\AppContext'
New-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\.NETFramework\AppContext' -Name 'Switch.System.IO.UseLegacyPathHandling' -Value 'false'
New-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\.NETFramework\AppContext' -Name 'Switch.System.IO.BlockLongPaths' -Value 'false'
shell: pwsh

Loading…
Cancel
Save