Skip to content

Commit 95d0fef

Browse files
authored
Remove install-tar & mentions from repo (#40720)
1 parent 06b701d commit 95d0fef

File tree

3 files changed

+0
-80
lines changed

3 files changed

+0
-80
lines changed

.azure/pipelines/jobs/default-build.yml

-2
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,6 @@ jobs:
188188
./eng/scripts/InstallGoogleChrome.ps1
189189
displayName: Install Chrome
190190
- ${{ if eq(parameters.agentOs, 'Windows') }}:
191-
- powershell: ./eng/scripts/InstallTar.ps1
192-
displayName: Find or install Tar
193191
- powershell: Write-Host "##vso[task.prependpath]$(DOTNET_CLI_HOME)\.dotnet\tools"
194192
displayName: Add dotnet tools to path
195193
- ${{ if ne(parameters.agentOs, 'Windows') }}:

docs/BuildFromSource.md

-4
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,6 @@ NodeJS installs the Node package manager (npm) by default. This repo depends on
109109
npm install -g yarn
110110
```
111111

112-
#### [tar](http://gnuwin32.sourceforge.net/packages/gtar.htm) on Windows
113-
114-
Building the repo requires tar to be installed. First, check whether `tar.exe` is already in your path i.e. execute `tar -help` (Win10 comes with tar already installed). Then, assuming you have `git` installed, you might add `C:\Program Files\Git\usr\bin\` to your path to pick up the `tar.exe` that ships with `git`. Finally, you can find installation executables of tar at <http://gnuwin32.sourceforge.net/packages/gtar.htm>; download that and add the installation directory to your PATH variable.
115-
116112
#### Java Development Kit on Windows
117113

118114
This repo contains some Java source code that depends on an install of the JDK v11 or newer. The JDK can be installed from either:

eng/scripts/InstallTar.ps1

-74
This file was deleted.

0 commit comments

Comments
 (0)