|
|
@@ -40,6 +40,20 @@
|
|
|
target="Windows.DotNet.Arch\Uninstall.{{{platformArchitecture}}}.ps1" />
|
|
|
</preprocessableFiles>
|
|
|
</package>
|
|
|
+ <package id="Microsoft.ChakraCore.win-x86.symbols" nuspecFile="Windows.DotNet.Arch\Symbols.nuspec">
|
|
|
+ <properties>
|
|
|
+ <platformArchitecture>x86</platformArchitecture>
|
|
|
+ <runtimeIdentifier>win-x86</runtimeIdentifier>
|
|
|
+ </properties>
|
|
|
+ <preprocessableFiles>
|
|
|
+ <file src="Windows.DotNet.Arch\Items.props.mustache"
|
|
|
+ target="Windows.DotNet.Arch\Items.{{{platformArchitecture}}}.symbols.props" />
|
|
|
+ <file src="Windows.DotNet.Arch\Install.ps1.mustache"
|
|
|
+ target="Windows.DotNet.Arch\Install.{{{platformArchitecture}}}.symbols.ps1" />
|
|
|
+ <file src="Windows.DotNet.Arch\Uninstall.ps1.mustache"
|
|
|
+ target="Windows.DotNet.Arch\Uninstall.{{{platformArchitecture}}}.symbols.ps1" />
|
|
|
+ </preprocessableFiles>
|
|
|
+ </package>
|
|
|
<package id="Microsoft.ChakraCore.win-x64" nuspecFile="Windows.DotNet.Arch\Primary.nuspec">
|
|
|
<properties>
|
|
|
<platformArchitecture>x64</platformArchitecture>
|
|
|
@@ -54,6 +68,20 @@
|
|
|
target="Windows.DotNet.Arch\Uninstall.{{{platformArchitecture}}}.ps1" />
|
|
|
</preprocessableFiles>
|
|
|
</package>
|
|
|
+ <package id="Microsoft.ChakraCore.win-x64.symbols" nuspecFile="Windows.DotNet.Arch\Symbols.nuspec">
|
|
|
+ <properties>
|
|
|
+ <platformArchitecture>x64</platformArchitecture>
|
|
|
+ <runtimeIdentifier>win-x64</runtimeIdentifier>
|
|
|
+ </properties>
|
|
|
+ <preprocessableFiles>
|
|
|
+ <file src="Windows.DotNet.Arch\Items.props.mustache"
|
|
|
+ target="Windows.DotNet.Arch\Items.{{{platformArchitecture}}}.symbols.props" />
|
|
|
+ <file src="Windows.DotNet.Arch\Install.ps1.mustache"
|
|
|
+ target="Windows.DotNet.Arch\Install.{{{platformArchitecture}}}.symbols.ps1" />
|
|
|
+ <file src="Windows.DotNet.Arch\Uninstall.ps1.mustache"
|
|
|
+ target="Windows.DotNet.Arch\Uninstall.{{{platformArchitecture}}}.symbols.ps1" />
|
|
|
+ </preprocessableFiles>
|
|
|
+ </package>
|
|
|
<package id="Microsoft.ChakraCore.win-arm" nuspecFile="Windows.DotNet.Arch\Primary.nuspec">
|
|
|
<properties>
|
|
|
<platformArchitecture>arm</platformArchitecture>
|
|
|
@@ -68,6 +96,20 @@
|
|
|
target="Windows.DotNet.Arch\Uninstall.{{{platformArchitecture}}}.ps1" />
|
|
|
</preprocessableFiles>
|
|
|
</package>
|
|
|
+ <package id="Microsoft.ChakraCore.win-arm.symbols" nuspecFile="Windows.DotNet.Arch\Symbols.nuspec">
|
|
|
+ <properties>
|
|
|
+ <platformArchitecture>arm</platformArchitecture>
|
|
|
+ <runtimeIdentifier>win-arm</runtimeIdentifier>
|
|
|
+ </properties>
|
|
|
+ <preprocessableFiles>
|
|
|
+ <file src="Windows.DotNet.Arch\Items.props.mustache"
|
|
|
+ target="Windows.DotNet.Arch\Items.{{{platformArchitecture}}}.symbols.props" />
|
|
|
+ <file src="Windows.DotNet.Arch\Install.ps1.mustache"
|
|
|
+ target="Windows.DotNet.Arch\Install.{{{platformArchitecture}}}.symbols.ps1" />
|
|
|
+ <file src="Windows.DotNet.Arch\Uninstall.ps1.mustache"
|
|
|
+ target="Windows.DotNet.Arch\Uninstall.{{{platformArchitecture}}}.symbols.ps1" />
|
|
|
+ </preprocessableFiles>
|
|
|
+ </package>
|
|
|
<package id="Microsoft.ChakraCore.vc140" nuspecFile="Windows.Cpp.All\Primary.nuspec">
|
|
|
<properties>
|
|
|
<tags>{{{base}}},nativepackage,C++,vc140</tags>
|