Skip to content

Commit

Permalink
Adding UsingToolNetFrameworkReferenceAssemblies to true (dotnet#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayrkn authored Feb 12, 2019
1 parent 46e9d34 commit 0240739
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- Opt out of certain Arcade features -->
<PropertyGroup>
<UsingToolXliff>false</UsingToolXliff>
<UsingToolNetFrameworkReferenceAssemblies>true</UsingToolNetFrameworkReferenceAssemblies>
</PropertyGroup>
<PropertyGroup>
<VersionPrefix>3.0.100</VersionPrefix>
Expand Down
6 changes: 0 additions & 6 deletions eng/common/tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,6 @@ function InitializeDotNetCli {
# Add dotnet to PATH. This prevents any bare invocation of dotnet in custom
# build steps from using anything other than what we've downloaded.
export PATH="$dotnet_root:$PATH"

curl --retry 10 -s -SL -f --create-dirs -o $DOTNET_INSTALL_DIR/buildtools.tar.gz https://aspnetcore.blob.core.windows.net/buildtools/netfx/4.6.1/netfx.4.6.1.tar.gz
[ -d "$DOTNET_INSTALL_DIR/buildtools/net461" ] || mkdir -p $DOTNET_INSTALL_DIR/buildtools/net461
tar -zxf $DOTNET_INSTALL_DIR/buildtools.tar.gz -C $DOTNET_INSTALL_DIR/buildtools/net461

export ReferenceAssemblyRoot=$DOTNET_INSTALL_DIR/buildtools/net461

# return value
_InitializeDotNetCli="$dotnet_root"
Expand Down

0 comments on commit 0240739

Please sign in to comment.