Use more descriptive filename for runtime identifier graph file
This commit is contained in:
parent
0af7d1c187
commit
2234a0182c
1 changed files with 2 additions and 2 deletions
|
@ -168,7 +168,7 @@ Copyright (c) .NET Foundation. All rights reserved.
|
||||||
<BundledNETStandardTargetFrameworkVersion>$(_NETStandardTargetFrameworkVersion)</BundledNETStandardTargetFrameworkVersion>
|
<BundledNETStandardTargetFrameworkVersion>$(_NETStandardTargetFrameworkVersion)</BundledNETStandardTargetFrameworkVersion>
|
||||||
<BundledNETStandardPackageVersion>$(_NETStandardLibraryPackageVersion)</BundledNETStandardPackageVersion>
|
<BundledNETStandardPackageVersion>$(_NETStandardLibraryPackageVersion)</BundledNETStandardPackageVersion>
|
||||||
<BundledNETCorePlatformsPackageVersion>$(_NETCorePlatformsPackageVersion)</BundledNETCorePlatformsPackageVersion>
|
<BundledNETCorePlatformsPackageVersion>$(_NETCorePlatformsPackageVersion)</BundledNETCorePlatformsPackageVersion>
|
||||||
<BundledRuntimeIdentifierGraphFile>%24(MSBuildThisFileDirectory)runtime.json</BundledRuntimeIdentifierGraphFile>
|
<BundledRuntimeIdentifierGraphFile>%24(MSBuildThisFileDirectory)RuntimeIdentifierGraph.json</BundledRuntimeIdentifierGraphFile>
|
||||||
@(BundledVersionsVariable->'<%(Identity)>%(Value)</%(Identity)>', '
|
@(BundledVersionsVariable->'<%(Identity)>%(Value)</%(Identity)>', '
|
||||||
')
|
')
|
||||||
<NETCoreSdkVersion>$(SdkVersion)</NETCoreSdkVersion>
|
<NETCoreSdkVersion>$(SdkVersion)</NETCoreSdkVersion>
|
||||||
|
@ -275,7 +275,7 @@ Copyright (c) .NET Foundation. All rights reserved.
|
||||||
DependsOnTargets="GenerateBundledVersionsProps">
|
DependsOnTargets="GenerateBundledVersionsProps">
|
||||||
|
|
||||||
<Copy SourceFiles="$(NuGetPackageRoot)/microsoft.netcore.platforms/$(_NETCorePlatformsPackageVersion)/runtime.json"
|
<Copy SourceFiles="$(NuGetPackageRoot)/microsoft.netcore.platforms/$(_NETCorePlatformsPackageVersion)/runtime.json"
|
||||||
DestinationFiles="$(SdkOutputDirectory)runtime.json"
|
DestinationFiles="$(SdkOutputDirectory)RuntimeIdentifierGraph.json"
|
||||||
SkipUnchangedFiles="true"/>
|
SkipUnchangedFiles="true"/>
|
||||||
|
|
||||||
</Target>
|
</Target>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue