Skip to content

Commit

Permalink
Merge pull request #6675 from Taritsyn/nuget-package-names-with-runti…
Browse files Browse the repository at this point in the history
…me-identifiers

NuGet: Use a RID's in package names
  • Loading branch information
ppenzin committed Apr 6, 2021
2 parents 8a8ceba + 196f38a commit a28fef1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Build/NuGet/package-data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
</commonProperties>
<packages>
<package id="Microsoft.ChakraCore" nuspecFile="Windows.DotNet.All\Primary.nuspec" />
<package id="Microsoft.ChakraCore.Symbols" nuspecFile="Windows.DotNet.All\Symbols.nuspec" />
<package id="Microsoft.ChakraCore.X86" nuspecFile="Windows.DotNet.Arch\Primary.nuspec">
<package id="Microsoft.ChakraCore.symbols" nuspecFile="Windows.DotNet.All\Symbols.nuspec" />
<package id="Microsoft.ChakraCore.win-x86" nuspecFile="Windows.DotNet.Arch\Primary.nuspec">
<properties>
<platformArchitecture>x86</platformArchitecture>
<runtimeIdentifier>win-x86</runtimeIdentifier>
Expand All @@ -36,7 +36,7 @@
target="Windows.DotNet.Arch\Items.{{{platformArchitecture}}}.props" />
</preprocessableFiles>
</package>
<package id="Microsoft.ChakraCore.X64" nuspecFile="Windows.DotNet.Arch\Primary.nuspec">
<package id="Microsoft.ChakraCore.win-x64" nuspecFile="Windows.DotNet.Arch\Primary.nuspec">
<properties>
<platformArchitecture>x64</platformArchitecture>
<runtimeIdentifier>win-x64</runtimeIdentifier>
Expand All @@ -46,7 +46,7 @@
target="Windows.DotNet.Arch\Items.{{{platformArchitecture}}}.props" />
</preprocessableFiles>
</package>
<package id="Microsoft.ChakraCore.ARM" nuspecFile="Windows.DotNet.Arch\Primary.nuspec">
<package id="Microsoft.ChakraCore.win-arm" nuspecFile="Windows.DotNet.Arch\Primary.nuspec">
<properties>
<platformArchitecture>arm</platformArchitecture>
<runtimeIdentifier>win-arm</runtimeIdentifier>
Expand Down

0 comments on commit a28fef1

Please sign in to comment.