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:
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>2020-02-25 23:26:04 +0300
committerGitHub <noreply@github.com>2020-02-25 23:26:04 +0300
commita03e6f7433b9589bc60c1ff9b1a93e19c59c7f1a (patch)
tree578561aa29abc6c00fe969bc4180bf707879dea1 /eng/Signing.props
parent1e379eed53e4be43ddbedccf8087b3821e3937e3 (diff)
Removing configuration group from installer (#32770)
* removing config group from installer * Revert "Add ConfigurationGroup back to entrypoints (#32762)" This reverts commit 059d0385ff7f6a7b12557e533fccddd5b484a3ce. * fixing the build failure and removing the default value
Diffstat (limited to 'eng/Signing.props')
-rw-r--r--eng/Signing.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/Signing.props b/eng/Signing.props
index 65a58513a36..84ac7260601 100644
--- a/eng/Signing.props
+++ b/eng/Signing.props
@@ -52,7 +52,7 @@
<!-- Sign api-ms-win-core-xstate-l2-1-0 binary as it is only catalog signed in the current SDK. -->
<ItemsToSign
- Condition="'$(ConfigurationGroup)' == 'Release' and '$(TargetArchitecture)' == 'x86'"
+ Condition="'$(Configuration)' == 'Release' and '$(TargetArchitecture)' == 'x86'"
Include="$(CoreCLRArtifactsPath)Redist\ucrt\DLLs\$(TargetArchitecture)\api-ms-win-core-xstate-l2-1-0.dll" />
<!-- Sign libraries. -->