зеркало из https://github.com/dotnet/razor.git
Framework MSBuild demands a string
This commit is contained in:
Родитель
df81822d1e
Коммит
bb8dfea018
|
@ -40,7 +40,7 @@
|
||||||
-->
|
-->
|
||||||
<Target Name="CheckNuPkgEnvEndsWithSlash"
|
<Target Name="CheckNuPkgEnvEndsWithSlash"
|
||||||
AfterTargets="AfterCompile">
|
AfterTargets="AfterCompile">
|
||||||
<Warning Condition="'$(NUGET_PACKAGES)' != '' AND !$(NUGET_PACKAGES.EndsWith($([System.IO.Path]::DirectorySeparatorChar)))"
|
<Warning Condition="'$(NUGET_PACKAGES)' != '' AND !$(NUGET_PACKAGES.EndsWith($([System.String]::new($([System.IO.Path]::DirectorySeparatorChar)))))"
|
||||||
Text="NUGET_PACKAGES should end with a slash or it will lead to editorconfig issues: $(NUGET_PACKAGES)" />
|
Text="NUGET_PACKAGES should end with a slash or it will lead to editorconfig issues: $(NUGET_PACKAGES)" />
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче