diff --git a/README.md b/README.md index f4920b7a71..d7b7dfa7b0 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/docs/dev/netcore.md b/docs/dev/netcore.md index 5dc0ad634d..bf104a28f6 100644 --- a/docs/dev/netcore.md +++ b/docs/dev/netcore.md @@ -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) > TIP: Uninstall any existing version first (Programs and Features -> Microsoft Dotnet CLI for Windows). -## ![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) > TIP: Uninstall any existing version first by deleting the folder that contains "dotnet" command. -## ![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. @@ -36,7 +36,7 @@ tar zxfv dotnet-dev-ubuntu-x64.1.0.0-preview2-002875.tar.gz > 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". -## ![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. diff --git a/docs/start/startosx.md b/docs/start/startosx.md index d44347b5eb..42d8bb6bed 100644 --- a/docs/start/startosx.md +++ b/docs/start/startosx.md @@ -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 diff --git a/docs/start/startredhat.md b/docs/start/startredhat.md index 9efe7ad976..d9149d0afc 100644 --- a/docs/start/startredhat.md +++ b/docs/start/startredhat.md @@ -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 diff --git a/docs/start/startubuntu.md b/docs/start/startubuntu.md index 44a120d6ae..904b0e2b91 100644 --- a/docs/start/startubuntu.md +++ b/docs/start/startubuntu.md @@ -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 diff --git a/docs/start/startwin.md b/docs/start/startwin.md index 98f2fc4b0b..ac1c044664 100644 --- a/docs/start/startwin.md +++ b/docs/start/startwin.md @@ -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