Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 54a3d1d

Browse files
authored
Merge pull request #6340 from wtgodbe/tPack
Stop building targetingPack package on non-windows
2 parents c369fc1 + 0e71867 commit 54a3d1d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

build-packages.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,6 @@ fi
150150
# Build the ILDAsm package
151151
$__ProjectRoot/Tools/dotnetcli/dotnet "$__MSBuildPath" /nologo "$__ProjectRoot/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.builds" /verbosity:minimal "/fileloggerparameters:Verbosity=normal;LogFile=$binclashlog" /t:Build /p:__BuildOS=$__BuildOS /p:__BuildArch=$__BuildArch /p:__BuildType=$__BuildType /p:__IntermediatesDir=$__IntermediatesDir /p:BuildNugetPackage=false /p:UseSharedCompilation=false
152152

153-
if [ $? -ne 0 ]; then
154-
echo -e "\nAn error occurred. Aborting build-packages.sh ." >> $build_packages_log
155-
echo "ERROR: An error occurred while building packages, see $build_packages_log for more details."
156-
exit 1
157-
fi
158-
159-
# Build the TargetingPack package
160-
$__ProjectRoot/Tools/dotnetcli/dotnet "$__MSBuildPath" /nologo "$__ProjectRoot/src\.nuget\Microsoft.TargetingPack.Private.CoreCLR\Microsoft.TargetingPack.Private.CoreCLR.pkgproj" /verbosity:minimal "/fileloggerparameters:Verbosity=normal;LogFile=$binclashlog" /t:Build /p:__BuildOS=$__BuildOS /p:__BuildArch=$__BuildArch /p:__BuildType=$__BuildType /p:__IntermediatesDir=$__IntermediatesDir /p:BuildNugetPackage=false /p:UseSharedCompilation=false
161-
162153
if [ $? -ne 0 ]; then
163154
echo -e "\nAn error occurred. Aborting build-packages.sh ." >> $build_packages_log
164155
echo "ERROR: An error occurred while building packages, see $build_packages_log for more details."

0 commit comments

Comments
 (0)