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:
authorVladimir Sadov <vsadov@microsoft.com>2020-06-30 23:36:19 +0300
committerGitHub <noreply@github.com>2020-06-30 23:36:19 +0300
commitb9435dc9611fa736f4dfa7e9de8dabdee3bcb4cf (patch)
treeb3a3dbc6986985db8bb935959306b1991d846c8b /eng/liveBuilds.targets
parent438cbd75e1d53b80738853794430ce6b00aa3aac (diff)
Do not override CoreCLRArtifactsPath if RuntimeIdentifier is empty (#38602)
Diffstat (limited to 'eng/liveBuilds.targets')
-rw-r--r--eng/liveBuilds.targets1
1 files changed, 1 insertions, 0 deletions
diff --git a/eng/liveBuilds.targets b/eng/liveBuilds.targets
index eaa7c548810..52fe4a6b172 100644
--- a/eng/liveBuilds.targets
+++ b/eng/liveBuilds.targets
@@ -22,6 +22,7 @@
but we need to point to the AllArtifacts locations when building the platform manifest.
-->
<PropertyGroup Condition="
+ '$(RuntimeIdentifier)' != '' and
'$(RuntimeIdentifier)' != '$(OutputRid)' and
'$(AllArtifactsDownloadPath)' != ''">
<!-- Convert the OS component in the RID into names that match the job IDs. -->