зеркало из https://github.com/dotnet/razor.git
Enable long paths before building on test machines
This commit is contained in:
Родитель
c4899e8305
Коммит
5fb35647d9
|
@ -29,6 +29,15 @@ steps:
|
|||
displayName: Set Feature Flags
|
||||
condition: and(succeeded(), ne(variables['FeatureFlag'], ''))
|
||||
|
||||
- powershell: New-ItemProperty
|
||||
-Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem"
|
||||
-Name "LongPathsEnabled"
|
||||
-Value "1"
|
||||
-PropertyType DWORD
|
||||
-Force
|
||||
displayName: Enable Long Paths
|
||||
condition: succeeded()
|
||||
|
||||
- script: eng\cibuild.cmd
|
||||
-configuration ${{ parameters.configuration }}
|
||||
-msbuildEngine vs
|
||||
|
|
Загрузка…
Ссылка в новой задаче