Skip to content

Commit

Permalink
doc update for 2.101.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanmacfarlane committed Jun 1, 2016
1 parent f36ab98 commit e85b083
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ What's missing from the preview? TfsVc (TEE on nix) on-prem support and windows

| | Build & Test | Preview | Release |
|---|:-----:|:-----:|:-----:|
|![Apple](docs/res/apple_med.png) **OSX**|![Build & Test](https://mseng.visualstudio.com/_apis/public/build/definitions/b924d696-3eae-4116-8443-9a18392d8544/3080/badge?branch=master)| [Preview 5 v2.101.0](https://github.com/Microsoft/vsts-agent/releases/tag/v2.101.0) | June |
|![Ubuntu](docs/res/ubuntu_med.png) **Ubuntu**|![Build & Test](https://mseng.visualstudio.com/_apis/public/build/definitions/b924d696-3eae-4116-8443-9a18392d8544/2853/badge?branch=master)| [Preview 5 v2.101.0](https://github.com/Microsoft/vsts-agent/releases/tag/v2.101.0) | June |
|![RedHat](docs/res/redhat_med.png) **RedHat**|![Build & Test](https://mseng.visualstudio.com/_apis/public/build/definitions/b924d696-3eae-4116-8443-9a18392d8544/3418/badge?branch=master)| [Preview 5 v2.101.0](https://github.com/Microsoft/vsts-agent/releases/tag/v2.101.0) | June |
|![Win](docs/res/win_med.png) **Windows**|![Build & Test](https://mseng.visualstudio.com/_apis/public/build/definitions/b924d696-3eae-4116-8443-9a18392d8544/2850/badge?branch=master)| [Preview 2 v2.101.0](https://github.com/Microsoft/vsts-agent/releases/tag/v2.101.0) | |
|![Apple](docs/res/apple_med.png) **OSX**|![Build & Test](https://mseng.visualstudio.com/_apis/public/build/definitions/b924d696-3eae-4116-8443-9a18392d8544/3080/badge?branch=master)| [Preview 6 v2.101.1](https://github.com/Microsoft/vsts-agent/releases/tag/v2.101.1) | June |
|![Ubuntu](docs/res/ubuntu_med.png) **Ubuntu**|![Build & Test](https://mseng.visualstudio.com/_apis/public/build/definitions/b924d696-3eae-4116-8443-9a18392d8544/2853/badge?branch=master)| [Preview 6 v2.101.1](https://github.com/Microsoft/vsts-agent/releases/tag/v2.101.1) | June |
|![RedHat](docs/res/redhat_med.png) **RedHat**|![Build & Test](https://mseng.visualstudio.com/_apis/public/build/definitions/b924d696-3eae-4116-8443-9a18392d8544/3418/badge?branch=master)| [Preview 6 v2.101.1](https://github.com/Microsoft/vsts-agent/releases/tag/v2.101.1) | June |
|![Win](docs/res/win_med.png) **Windows**|![Build & Test](https://mseng.visualstudio.com/_apis/public/build/definitions/b924d696-3eae-4116-8443-9a18392d8544/2850/badge?branch=master)| [Preview 3 v2.101.1](https://github.com/Microsoft/vsts-agent/releases/tag/v2.101.1) | |

## Preview Support

Expand All @@ -31,7 +31,7 @@ This agent can be used for the VSTS service and it replaces the node agent for T
| VSTS Git | Yes | Yes |
| VSTS TfsVC | Yes | Soon |
| TFS2015 Git | Yes | No | Win use agent with 2015 |
| TFS2015 TfsVC | Soon | No | Win use agent with 2015 |
| TFS2015 TfsVC | Yes | No | Win use agent with 2015 |

## Get Started

Expand Down
8 changes: 4 additions & 4 deletions docs/dev/netcore.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ To build, we rely on .NET Core SDK version 1.0.0-preview2-002875
Additional instructions are available [here](https://www.microsoft.com/net/core#windows) Please use the links below to download the correct version of Windows/OSX SDK files.


## ![Win](../win_med.png) Windows
## ![Win](../res/win_med.png) Windows

Download the archive, extract and add the new folder to the PATH [dotnet-dev-win-x64.1.0.0-preview2-002875.zip](https://dotnetcli.blob.core.windows.net/dotnet/preview/Binaries/1.0.0-preview2-002875/dotnet-dev-win-x64.1.0.0-preview2-002875.zip)

> <sub><sup>TIP: Uninstall any existing version first (Programs and Features -> Microsoft Dotnet CLI for Windows).</sup></sub>
## ![Apple](../apple_med.png) OSX 10.11
## ![Apple](../res/apple_med.png) OSX 10.11

Download the archive, extract and add the new folder to the PATH [dotnet-dev-osx-x64.1.0.0-preview2-002875.tar.gz](https://dotnetcli.blob.core.windows.net/dotnet/preview/Binaries/1.0.0-preview2-002875/dotnet-dev-osx-x64.1.0.0-preview2-002875.tar.gz)

> <sub><sup>TIP: Uninstall any existing version first by deleting the folder that contains "dotnet" command.</sup></sub>

## ![Linux](../linux_med.png) Ubuntu 14.04
## ![Linux](../res/linux_med.png) Ubuntu 14.04

The script below downloads and extracts .Net Core in a folder ~/dotnet. Please add this folder to your PATH.

Expand All @@ -36,7 +36,7 @@ tar zxfv dotnet-dev-ubuntu-x64.1.0.0-preview2-002875.tar.gz

> <sub><sup>TIP: Uninstall any existing version first by listing existing packages containing "dotnet" in the name with "dpkg --get-selections | grep dotnet" and then uninstall one by one with "sudo apt-get purge dotnet_package_name".</sup></sub>
## ![Redhat](../redhat.png) Red Hat Enterprise Linux 7.2
## ![Redhat](../res/redhat.png) Red Hat Enterprise Linux 7.2

The script below downloads and extracts .Net Core in a folder ~/dotnet. Please add this folder to your PATH (usually by editing ~/.bash_profile). We install several yum packages needed by .Net Core and our dev.sh script.

Expand Down
4 changes: 2 additions & 2 deletions docs/start/startosx.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

## Step 2: Download from Releases

Download the agent from [github releases](https://github.com/Microsoft/vsts-agent/releases/tag/v2.101.0)
Download the agent from [github releases](https://github.com/Microsoft/vsts-agent/releases/tag/v2.101.1)

## Step 3: Create the agent

```bash
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx.10.11-x64-2.101.0.tar.gz
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx.10.11-x64-2.101.1.tar.gz
```
## Step 4: Configure

Expand Down
4 changes: 2 additions & 2 deletions docs/start/startredhat.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

## Step 2: Download from Releases

Download the agent from [github releases](https://github.com/Microsoft/vsts-agent/releases/tag/v2.101.0)
Download the agent from [github releases](https://github.com/Microsoft/vsts-agent/releases/tag/v2.101.1)

## Step 3: Create the agent

```bash
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.7.2-x64-2.101.0.tar.gz
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.7.2-x64-2.101.1.tar.gz
```
## Step 4: Configure

Expand Down
4 changes: 2 additions & 2 deletions docs/start/startubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

## Step 2: Download from Releases

Download the agent from [github releases](https://github.com/Microsoft/vsts-agent/releases/tag/v2.101.0)
Download the agent from [github releases](https://github.com/Microsoft/vsts-agent/releases/tag/v2.101.1)

## Step 3: Create the agent

```bash
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-ubuntu.14.04-x64-2.101.0.tar.gz
~/myagent$ tar xzf ~/Downloads/vsts-agent-ubuntu.14.04-x64-2.101.1.tar.gz
```
## Step 4: Configure

Expand Down
4 changes: 2 additions & 2 deletions docs/start/startwin.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

## Step 2: Download from Releases

Download the agent from [github releases](https://github.com/Microsoft/vsts-agent/releases/tag/v2.101.0)
Download the agent from [github releases](https://github.com/Microsoft/vsts-agent/releases/tag/v2.101.1)

## Step 3: Create the agent

```bash
c:\ mkdir myagent && cd myagent
C:\myagent> Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$HOME\Downloads\vsts-agent-win7-x64-2.101.0.zip", "$PWD")
C:\myagent> Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$HOME\Downloads\vsts-agent-win7-x64-2.101.1.zip", "$PWD")
```
## Step 4: Configure

Expand Down

0 comments on commit e85b083

Please sign in to comment.