未验证 提交 5fc3f73b 编写于 作者: T Tomáš Matoušek 提交者: GitHub

Change the source package SourceRoot properties to match the latest design (#24106)

上级 b45ff130
......@@ -40,15 +40,14 @@
<_RelativePath>$([MSBuild]::MakeRelative($(RepoRoot), $(MSBuildProjectDirectory)))</_RelativePath>
<!-- TODO: Proper URL escaping -->
<_RawUrl>$(RepositoryRawUrl)/$(GitHeadSha)/$(_RelativePath.Replace('\', '/'))</_RawUrl>
<_RawUrl>$(RepositoryRawUrl)/$(GitHeadSha)/$(_RelativePath.Replace('\', '/'))/*</_RawUrl>
<_Content>
<![CDATA[<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<SourceRoot Include="%24([System.IO.Path]::GetFullPath('%24(MSBuildThisFileDirectory)..\contentFiles\cs\%24(TargetFramework)\'))"
RawUrl="$(_RawUrl)"
UniqueName="%24(MSBuildThisFileName)"/>
SourceLinkUrl="$(_RawUrl)"/>
</ItemGroup>
</Project>]]>
</_Content>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册