This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 150
150
# Build the ILDAsm package
151
151
$__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
152
152
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
-
162
153
if [ $? -ne 0 ]; then
163
154
echo -e " \nAn error occurred. Aborting build-packages.sh ." >> $build_packages_log
164
155
echo " ERROR: An error occurred while building packages, see $build_packages_log for more details."
You can’t perform that action at this time.
0 commit comments