Specify value of __RuntimeId for non-portable Linux test builds in build-test.sh...
authorEgor Chesakov <Egor.Chesakov@microsoft.com>
Fri, 4 Jan 2019 18:44:00 +0000 (10:44 -0800)
committerGitHub <noreply@github.com>
Fri, 4 Jan 2019 18:44:00 +0000 (10:44 -0800)
build-test.sh

index 858085f..7542edb 100755 (executable)
@@ -61,6 +61,7 @@ initTargetDistroRid()
         fi
     else
         export __DistroRid="$__HostDistroRid"
+        export __RuntimeId="$__HostDistroRid"
     fi
 
     if [ "$ID.$VERSION_ID" == "ubuntu.16.04" ]; then