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

Commit

Permalink
Workaround for dotnet/arcade#2673
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas committed May 24, 2019
1 parent ef22a70 commit de59b67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ if [ "${__DistroRid}" = "linux-musl-arm64" ]; then
export OutputRID=${__DistroRid}
fi

# Workaround for https://github.com/dotnet/arcade/issues/2673
export DisableNativeToolsetInstalls=1

logFile=$__ProjectRoot/bin/Logs/build-packages.binlog
$__ProjectRoot/eng/common/build.sh -r -b -projects $__ProjectRoot/src/.nuget/packages.builds \
-verbosity minimal -bl:$logFile \
Expand Down

0 comments on commit de59b67

Please sign in to comment.