Area-Infrastructurehelp wanted
仓库指标
- Star
- (20,414 star)
- PR 合并指标
- (平均合并 6天 17小时) (30 天内合并 256 个 PR)
描述
If VS installed into a directory which name start from "!" (for example "c:!\VS\VS2015") or Rosline cloned into same directory (for example "c:!\roslyn") call of Restore.cmd failed with message:
Restore failed with ERRORLEVEL 1
This is because the Restore.cmd starts with:
@setlocal enabledelayedexpansion
This settings remove "!" from path.