master
Aragas 4 years ago
parent 2389b40eae
commit 1b9910b0b3
No known key found for this signature in database
GPG Key ID: BE336CD7B5B763A7

@ -71,10 +71,3 @@ 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