|
40 | 40 | target="Windows.DotNet.Arch\Uninstall.{{{platformArchitecture}}}.ps1" />
|
41 | 41 | </preprocessableFiles>
|
42 | 42 | </package>
|
| 43 | + <package id="Microsoft.ChakraCore.win-x86.symbols" nuspecFile="Windows.DotNet.Arch\Symbols.nuspec"> |
| 44 | + <properties> |
| 45 | + <platformArchitecture>x86</platformArchitecture> |
| 46 | + <runtimeIdentifier>win-x86</runtimeIdentifier> |
| 47 | + </properties> |
| 48 | + <preprocessableFiles> |
| 49 | + <file src="Windows.DotNet.Arch\Items.props.mustache" |
| 50 | + target="Windows.DotNet.Arch\Items.{{{platformArchitecture}}}.symbols.props" /> |
| 51 | + <file src="Windows.DotNet.Arch\Install.ps1.mustache" |
| 52 | + target="Windows.DotNet.Arch\Install.{{{platformArchitecture}}}.symbols.ps1" /> |
| 53 | + <file src="Windows.DotNet.Arch\Uninstall.ps1.mustache" |
| 54 | + target="Windows.DotNet.Arch\Uninstall.{{{platformArchitecture}}}.symbols.ps1" /> |
| 55 | + </preprocessableFiles> |
| 56 | + </package> |
43 | 57 | <package id="Microsoft.ChakraCore.win-x64" nuspecFile="Windows.DotNet.Arch\Primary.nuspec">
|
44 | 58 | <properties>
|
45 | 59 | <platformArchitecture>x64</platformArchitecture>
|
|
54 | 68 | target="Windows.DotNet.Arch\Uninstall.{{{platformArchitecture}}}.ps1" />
|
55 | 69 | </preprocessableFiles>
|
56 | 70 | </package>
|
| 71 | + <package id="Microsoft.ChakraCore.win-x64.symbols" nuspecFile="Windows.DotNet.Arch\Symbols.nuspec"> |
| 72 | + <properties> |
| 73 | + <platformArchitecture>x64</platformArchitecture> |
| 74 | + <runtimeIdentifier>win-x64</runtimeIdentifier> |
| 75 | + </properties> |
| 76 | + <preprocessableFiles> |
| 77 | + <file src="Windows.DotNet.Arch\Items.props.mustache" |
| 78 | + target="Windows.DotNet.Arch\Items.{{{platformArchitecture}}}.symbols.props" /> |
| 79 | + <file src="Windows.DotNet.Arch\Install.ps1.mustache" |
| 80 | + target="Windows.DotNet.Arch\Install.{{{platformArchitecture}}}.symbols.ps1" /> |
| 81 | + <file src="Windows.DotNet.Arch\Uninstall.ps1.mustache" |
| 82 | + target="Windows.DotNet.Arch\Uninstall.{{{platformArchitecture}}}.symbols.ps1" /> |
| 83 | + </preprocessableFiles> |
| 84 | + </package> |
57 | 85 | <package id="Microsoft.ChakraCore.win-arm" nuspecFile="Windows.DotNet.Arch\Primary.nuspec">
|
58 | 86 | <properties>
|
59 | 87 | <platformArchitecture>arm</platformArchitecture>
|
|
68 | 96 | target="Windows.DotNet.Arch\Uninstall.{{{platformArchitecture}}}.ps1" />
|
69 | 97 | </preprocessableFiles>
|
70 | 98 | </package>
|
| 99 | + <package id="Microsoft.ChakraCore.win-arm.symbols" nuspecFile="Windows.DotNet.Arch\Symbols.nuspec"> |
| 100 | + <properties> |
| 101 | + <platformArchitecture>arm</platformArchitecture> |
| 102 | + <runtimeIdentifier>win-arm</runtimeIdentifier> |
| 103 | + </properties> |
| 104 | + <preprocessableFiles> |
| 105 | + <file src="Windows.DotNet.Arch\Items.props.mustache" |
| 106 | + target="Windows.DotNet.Arch\Items.{{{platformArchitecture}}}.symbols.props" /> |
| 107 | + <file src="Windows.DotNet.Arch\Install.ps1.mustache" |
| 108 | + target="Windows.DotNet.Arch\Install.{{{platformArchitecture}}}.symbols.ps1" /> |
| 109 | + <file src="Windows.DotNet.Arch\Uninstall.ps1.mustache" |
| 110 | + target="Windows.DotNet.Arch\Uninstall.{{{platformArchitecture}}}.symbols.ps1" /> |
| 111 | + </preprocessableFiles> |
| 112 | + </package> |
71 | 113 | <package id="Microsoft.ChakraCore.vc140" nuspecFile="Windows.Cpp.All\Primary.nuspec">
|
72 | 114 | <properties>
|
73 | 115 | <tags>{{{base}}},nativepackage,C++,vc140</tags>
|
|
0 commit comments