We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c30b920 commit dffa908Copy full SHA for dffa908
build-source-tarball.sh
@@ -103,6 +103,9 @@ rm -f $TARBALL_ROOT/Tools/dotnetcli/dotnet.tar
103
rm -f $TARBALL_ROOT/Tools/dotnetcli/sdk/$SDK_VERSION/nuGetPackagesArchive.lzma
104
rm -rf $TARBALL_ROOT/Tools/dotnetcli/store
105
rm -rf $TARBALL_ROOT/Tools/dotnetcli/additionalDeps
106
+# Remove props file generated by CoreFX that contains the RuntimeOS value of the current machine.
107
+# It artificially limits the tarball to be buildable on only the OS that created it.
108
+rm -rf $TARBALL_ROOT/Tools/configuration/configuration.props
109
110
cp $SCRIPT_ROOT/support/tarball/build.sh $TARBALL_ROOT/build.sh
111
0 commit comments