Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavis Goodin <dagood@users.noreply.github.com>2020-01-18 01:01:01 +0300
committerGitHub <noreply@github.com>2020-01-18 01:01:01 +0300
commit1e31730c2831b01e9c6778d7aa97d10751e4db36 (patch)
tree2d84f38f96f8ffd71308df8a676e1d3f729a1587 /eng/Signing.props
parent6691dfd1358248eafa641661b5d1e08ebcde2e51 (diff)
Add Crossgen pack for crossgen2 tool (#1859)
* Add Crossgen pack for crossgen2 tool * Inline sharedfx tooling support for Crossgen pack * Support publishing crossgen pack * "Crossgen pack" => "Crossgen2 pack"
Diffstat (limited to 'eng/Signing.props')
-rw-r--r--eng/Signing.props14
1 files changed, 7 insertions, 7 deletions
diff --git a/eng/Signing.props b/eng/Signing.props
index 3ab32f20c8e..65a58513a36 100644
--- a/eng/Signing.props
+++ b/eng/Signing.props
@@ -38,13 +38,13 @@
<ItemsToSign Include="$(CoreCLRArtifactsPath)System.Private.CoreLib.dll" />
- <ItemsToSign Include="$(CoreCLRArtifactsPath)crossgen2/crossgen2.exe" />
- <ItemsToSign Include="$(CoreCLRArtifactsPath)crossgen2/crossgen2.dll" />
- <ItemsToSign Include="$(CoreCLRArtifactsPath)crossgen2/ILCompiler.DependencyAnalysisFramework.dll" />
- <ItemsToSign Include="$(CoreCLRArtifactsPath)crossgen2/ILCompiler.ReadyToRun.dll" />
- <ItemsToSign Include="$(CoreCLRArtifactsPath)crossgen2/ILCompiler.TypeSystem.ReadyToRun.dll" />
- <ItemsToSign Include="$(CoreCLRArtifactsPath)crossgen2/clrjitilc.dll" />
- <ItemsToSign Include="$(CoreCLRArtifactsPath)crossgen2/jitinterface.dll" />
+ <ItemsToSign Include="$(CoreCLRCrossgen2Dir)crossgen2.exe" />
+ <ItemsToSign Include="$(CoreCLRCrossgen2Dir)crossgen2.dll" />
+ <ItemsToSign Include="$(CoreCLRCrossgen2Dir)ILCompiler.DependencyAnalysisFramework.dll" />
+ <ItemsToSign Include="$(CoreCLRCrossgen2Dir)ILCompiler.ReadyToRun.dll" />
+ <ItemsToSign Include="$(CoreCLRCrossgen2Dir)ILCompiler.TypeSystem.ReadyToRun.dll" />
+ <ItemsToSign Include="$(CoreCLRCrossgen2Dir)clrjitilc.dll" />
+ <ItemsToSign Include="$(CoreCLRCrossgen2Dir)jitinterface.dll" />
<ItemsToSign Include="@(CoreCLRCrossTargetItemsToSign)" />