This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 358
358
<TestPath Condition =" '$(TestPath)' == ''" >$(TestWorkingDir)$(MSBuildProjectName)/$(BuildConfiguration)/</TestPath >
359
359
<RefRootPath >$(BinDir)ref/</RefRootPath >
360
360
<BuildConfigurationRefPath >$(RefRootPath)$(_bc_TargetGroup)/</BuildConfigurationRefPath >
361
- <BuildConfigurationRefPath Condition =" $(_bc_TargetGroup.EndsWith('aot'))" >$(RefRootPath)$(_bc_TargetGroup.TrimEnd('t').TrimEnd('o').TrimEnd('a '))/</BuildConfigurationRefPath >
361
+ <BuildConfigurationRefPath Condition =" $(_bc_TargetGroup.EndsWith('aot'))" >$(RefRootPath)$(_bc_TargetGroup.TrimEnd('aot '))/</BuildConfigurationRefPath >
362
362
<RefPath >$(RefRootPath)$(TargetGroup)/</RefPath >
363
- <RefPath Condition =" $(TargetGroup.EndsWith('aot'))" >$(RefRootPath)$(TargetGroup.TrimEnd('t').TrimEnd('o').TrimEnd('a '))/</RefPath >
363
+ <RefPath Condition =" $(TargetGroup.EndsWith('aot'))" >$(RefRootPath)$(TargetGroup.TrimEnd('aot '))/</RefPath >
364
364
<NetStandardRefPath >$(RefRootPath)netstandard/</NetStandardRefPath >
365
365
<NetFxRefPath >$(RefRootPath)netfx/</NetFxRefPath >
366
366
<GlobalToolsDir >$([MSBuild]::NormalizeDirectory('$(ArtifactsDir)', 'tools'))</GlobalToolsDir >
Original file line number Diff line number Diff line change 17
17
<DocFile Include =" $(XmlDocFileRoot)/**/*.xml" />
18
18
<DocFile >
19
19
<!-- trim off slash since it differs by platform and we need to do a string compare -->
20
- <LCID >$([System.String]::new('%(RecursiveDir)').TrimEnd('\').TrimEnd(' /'))</LCID >
20
+ <LCID >$([System.String]::new('%(RecursiveDir)').TrimEnd('\/'))</LCID >
21
21
<!-- set metadata expected by depProj -->
22
22
<NuGetPackageId >$(XmlDocPackage)</NuGetPackageId >
23
23
<NuGetPackageVersion >$(XmlDocPackageVersion)</NuGetPackageVersion >
You can’t perform that action at this time.
0 commit comments