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-03-05 18:51:06 +0300
committerGitHub <noreply@github.com>2020-03-05 18:51:06 +0300
commitfef9ca70f6e7268dfc9e0f600433f5293932f166 (patch)
tree53ff21a1864acf0570ce205e3065439dc2a2ee0f /eng/Signing.props
parent2f6e072c97738a56eeeb25f1fdb5dcc955649db0 (diff)
Replacing OSGroup with TargetOS for coreclr, libraries and installer (#32833)
* Remove OSGroup from coreclr and corefx * remove from installer * fixing coreclr tests * Some documentation changes Co-Authored-By: Viktor Hofer <viktor.hofer@microsoft.com> * moving buildos calculation to config.props * BuildOS -> TargetOS * remove osgroup suffix * removing comment and correcting typo * dotnet msbuild -> dotnet build at relevant places in docs * moving more properties to configuration.props * refactoring properties * moving TargetArchitecture property to loveBuildd.Targets * adding configuration.props to signing * Fix installer build * BuildOS -> Target os and removing slash Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
Diffstat (limited to 'eng/Signing.props')
-rw-r--r--eng/Signing.props3
1 files changed, 2 insertions, 1 deletions
diff --git a/eng/Signing.props b/eng/Signing.props
index 84ac7260601..b4cc294c261 100644
--- a/eng/Signing.props
+++ b/eng/Signing.props
@@ -9,7 +9,8 @@
</PropertyGroup>
<!-- Get artifact locations to sign. -->
- <Import Project="$(RepositoryEngineeringDir)/liveBuilds.targets" />
+ <Import Project="$(RepositoryEngineeringDir)Configurations.props" />
+ <Import Project="$(RepositoryEngineeringDir)liveBuilds.targets" />
<ItemGroup>
<!--