Team Foundation Server 2018 Update 1 Release Notes


Developer Community | System Requirements and Compatibility | License Terms | TFS DevOps Blog | SHA-1 Hashes | | Latest Visual Studio 2019 Releases Notes


Note

If you are accessing this page from a non-English language version, and want to see the most up-to-date content, please visit this Release Notes page in English.


In this article, you will find information regarding Team Foundation Server 2018 Update 1. Click the button to download.

Download the latest version of Team Foundation Server

To learn more about Team Foundation Server 2018, see the Team Foundation Server Requirements and Compatibility page. Visit the visualstudio.com/downloads page to download other TFS 2018 products.

Direct upgrade to Team Foundation Server 2018 Update 1 is supported from TFS 2012 and newer. If your TFS deployment is on TFS 2010 or earlier, you need to perform some interim steps before upgrading to TFS 2018 Update 1. Please see the chart below and the TFS Install page for more information.

TFS Upgrade Matrix
TFS Upgrade Matrix

Note

You do not need to upgrade to TFS 2018 RTM before upgrading to TFS 2018 Update 1.


Release Notes Icon Release Date: April 13, 2021

Team Foundation Server 2018 Update 1.2 Patch 10

We have released a patch for Team Foundation Server 2018.1.2 that fixes the following.

To implement fixes for this patch you will have to install the AzureResourceGroupDeployment task.

AzureResourceGroupDeployment task installation

Note

All the steps mentioned below need to be performed on a Windows machine

Install

  1. Extract the AzureResourceGroupDeployment.zip package to a new folder on your computer. For example: D:\tasks\AzureResourceGroupDeployment.

  2. Download and install Node.js 14.15.1 and npm (included with the the Node.js download) according to your machine.

  3. Open a command prompt in administrator mode and run the following command to install tfx-cli.

npm install -g tfx-cli
  1. Create a personal access token with Full access privileges and copy it. This Personal access token will be used when running the tfx login command.

  2. Run the following from the command prompt. When prompted, enter the Service URL and Personal access token.

~$ tfx login
Copyright Microsoft Corporation

> Service URL: {url}
> Personal access token: xxxxxxxxxxxx
Logged in successfully

  1. Run the following command to upload the task on the server. Use the path of the extracted .zip file from step 1.
  ~$ tfx build tasks upload --task-path *<Path of the extracted package>*

Release Notes Icon Release Date: December 8, 2020

Team Foundation Server 2018 Update 3.2 Patch 14

We have released a security patch for TFS 2018 Update 3.2 to fix the following vulnerability.

  • CVE-2020-17145: Azure DevOps Server and Team Foundation Services Spoofing Vulnerability

Please see the blog post for more information.


Release Notes Icon Release Date: December 8, 2020

Team Foundation Server 2018 Update 1.2 Patch 9

We have released a security patch for TFS 2018 Update 1.2 that fixes the following. Please see the blog post for more information.

  • CVE-2020-17145: Azure DevOps Server and Team Foundation Server Spoofing Vulnerability

Release Notes Icon Release Date: March 10, 2020

Team Foundation Server 2018 Update 1.2 Patch 8

We have released a security patch for TFS 2018 Update 1.2 that fixes the following. Please see the blog post for more information.


Release Notes Icon Release Date: September 10, 2019

Team Foundation Server 2018 Update 1.2 Patch 6

We have released a security patch for TFS 2018 Update 1.2 that fixes the following bug. Please see the blog post for more information.

  • CVE-2019-1305: Cross site scripting (XSS) vulnerability in Repos

Release Notes Icon Release Date: July 9, 2019

Team Foundation Server 2018 Update 1.2 Patch 5

We have released a security patch for TFS 2018 Update 1.2 that fixes the following bug. Please see the blog post for more information.

  • CVE-2019-1072: Remote code execution vulnerability in work item tracking

Release Notes Icon Release Date: May 14, 2019

Team Foundation Server 2018 Update 1.2 Patch 4

We have released a security patch for TFS 2018 Update 1.2 that fixes the following bugs. Please see the blog post for more information.

  • CVE-2019-0872: Cross site scripting (XSS) vulnerability in the Test Plans
  • CVE-2019-0979: Cross site scripting (XSS) vulnerability in the User hub

Release Notes Icon Release Date: April 9, 2019

Team Foundation Server 2018 Update 1.2 Patch 3

We have released a security patch for TFS 2018 Update 1.2 that fixes the following bugs. Please see the blog post for more information.

  • CVE-2019-0866: Remote code execution vulnerability in Pipelines
  • CVE-2019-0868: Cross site scripting (XSS) vulnerability in Pipelines
  • CVE-2019-0870: Cross site scripting (XSS) vulnerability in Pipelines
  • CVE-2019-0871: Cross site scripting (XSS) vulnerability in Pipelines

Release Notes Icon Release Date: March 12, 2019

Team Foundation Server 2018 Update 1.2 Patch 2

We have released a security patch for TFS 2018 Update 1.2 that fixes the following bug. Please see the blog post for more information.

  • CVE-2019-0777: Cross site scripting (XSS) vulnerability in Pipelines

Release Notes Icon Release Date: November 27, 2018

Team Foundation Server 2018 Update 1.2

Fixes a bug where non-administrators may see Search failures.

Release Notes Icon Release Date: September 12, 2018

Team Foundation Server 2018 Update 1.1

CVE-2018-8529: Basic authorization is now enabled on the communication between the TFS and Search services to make it more secure. Any user installing or upgrading to TFS 2018 Update 1.1 will need to provide a user name / password while configuring Search (and also during Search Service setup in case of remote Search Service).


Release Notes Icon Release Date: February 20, 2018

Summary of What's New in Team Foundation Server 2018 Update 1

This is an update for Team Foundation Server 2018. It contains updates and bug fixes, including accessibility fixes and fixes for cross-site scripting (XSS) and other security vulnerabilities, since Team Foundation Server 2018 RTM. See the blog post for more information on the fixed security vulnerabilities.

Updates:

Bug Fixes:


Details of What's New in TFS 2018 Update 1

GVFS caching support in the TFS proxy

The TFS proxy can serve as a Git Virtual File System (GVFS) cache. GVFS virtualizes the file system beneath your Git repository so that Git tools see what appears to be a normal repository when, in fact, the files are not actually present on disk. GVFS only downloads files as they are needed. The TFS proxy can now power these downloads, allowing you to put caches close to your distributed development teams.

Access information pertinent to test cases in your automated tests when running in the CI/CD pipeline

When running automated tests in the CI/CD pipeline using Test Plan/Test Suite or when running automated tests from the Test hub, crucial TCM properties can now be accessed using the TestContext object. To use this, you need Visual Studio 2017.5 or higher. This includes:

  • __Tfs_TestPlanId__
  • __Tfs_TestCaseId__
  • __Tfs_TestPointId__
  • __Tfs_TestConfigurationId__
  • __Tfs_TestConfigurationName__
  • __Tfs_TfsServerCollectionUrl__
  • __Tfs_TeamProject__

Automated tests that use TestCase as a data source can now be run using the VSTest task

The following pre-requisites are required to use VSTest task:

  1. Visual Studio 2017.6 or higher. If you are using the Test Platform Installer task to run tests using the VSTest task, make sure you pick the appropriate version of the package.
  2. Create a PAT that is authorized for the scope "Work Items (full)".
  3. Add a secure Build or Release variable called Test.TestCaseAccessToken with the value set to the PAT created in step 2.

Note

Tests that use TestCase as a data source cannot be used with the Run Functional Tests task.


Bug Fixes in this Release

Code

  • If a repository is deleted while Search is indexing it, the job fails with GitRepositoryNotFoundException.
  • During the first indexing of a TFVC repository, there may be folder drops and indexing taking a long time.
  • The Search indexing patch job may fail if there are many files that fail to download.
  • When a code file fails indexing and continues to fail during retries, you will indefinitely get "Lots of files rejected by Elasticsearch, failing this job" error messages.
  • Customers see a permanent message of "One or more projects in your account are still being indexed, and so you are not seeing any results". With this update, the error appears a maximum of ten times for a given set of files.

Work

  • No links are shown on a work item if there is a TFVC link from the work item and the TFVC artifact has been deleted.
  • Identity information may not correctly synchronize to work items.
  • Allowed Values custom fields may not work when ALLOWEDVALUES is defined inside a WHEN rule.

Build and Release

  • The build summary does not show associated work items if the associated changes are empty.
  • Pausing a build definition does not pause gated builds.
  • The Local path under $(build.sourcesDirectory) unexpectedly populates when configuring the Get Sources step of a build definition.
  • Save of a release definition gives a "service endpoint not available or not accessible" error, even when there is no change to the endpoints used in the tasks.
  • In the release pipeline, rearranging the order in which parallel environments are visualized is not possible. To fix this, an option has been added in the environment panel of the editor to move an environment up/down.
  • A SQL exception may occur when queuing an agent pool maintenance job to an agent with a previous version.

Test

  • The Run Timeout test setting is not being honored.
  • The Test Category filter does not work when running tests in distributed mode.
  • The Test Plan filter does not show if the filter query is invalid.
  • Cannot extract more than ten steps from a Test Case into a Shared Step.
  • When a build completes with no test results, an incorrect message is shown, directing users to Visual Studio Test tasks.
  • The Go button on the Test Runs page is clipped in Russian and French.
  • "An error occurred while trying to load this content" error is displayed in the My Favories page after making a Test Plan a favorite.
  • The context menu for assigning testers is missing.
  • The total number of hidden tests are not accurate after deleting existing test cases on the task board.
  • The count in the Test Chart is incorrect when rolling up from child test plans.
  • Users cannot delete Test Plans and Test Suites when having manage test plans / test suites permissions or delete test runs permissions.
  • Hierarchical views of ordered test cases are not shown when publishing test results.

Wiki

  • There is no error when an inserted file fails to upload due to a large size.

Reporting

  • The color picker is not visible when configuring the Chart for Work Items.
  • The warehouse jobs are running after opting out of reporting during an upgrade to TFS 2018.

Upgrade and Installation

  • ArgumentNullException is thrown running the Migrating CFD data step when upgrading to TFS 2018.
  • "Invalid length for a Base-64 char array or string" error occurs in the Migrate to latest CoD Migrations (On prem) step when upgrading from TFS 2017 to TFS 2018 with a large number of NuGet package versions.
  • The upgrade to TFS 2018 can take a long time when configuring scheduled backups.
  • The reporting server and analytics server values are not populated in the upgrade wizard.
  • The upgrade to TFS 2018 causes duplicate Microsoft.TeamFoundation.Warehouse.OptimizeDatabases jobs.
  • "TF50620: The Team Foundation identity scope <scope> does not exist" error when upgrading TFS.
  • The Configuration Wizard fails when the machine names includes Unicode Extension B characters.
  • "1 error(s) occurred while executing upd_AnalyticsToDev15M108PreSchema.sql script" error when upgrading to TFS 2018.
  • "Execution Timeout Expired.  The timeout period elapsed prior to completion of the operation or the server is not responding." error when upgrading to TFS 2018.
  • Configuring Search fails when a team project collection is offline.
  • Upgrades to TFS 2018 take a long time when there are many NuGet packages.
  • The prc_CopyContainerItemFiles job may fail due to exceeding the timeout when upgrading to TFS 2018.

Administration

  • The Team Foundation Server Activity Logging Administration job fails on a team project collection after timing out.
  • The certificate is invalid when using Git clients with OpenSSL if using a self-signed SSL certificate generated by TFS.
  • "TF246017: Team Foundation Server could not connect to the database." error occurs when trying to unconfigure reporting in the TFS Admin Console when the warehouse database is not reachable.
  • "Could not find validator for token" error occurs when configuring an agent after changes to a TFS hostname, such as changing the public URL or moving the TFS databases.
  • tfsconfig offlinedetach does not warn if the collection appears offline.
  • Unable to save a new notification when using one of the notification templates, such as work item is created if the user locale is not in English.

Feedback & Suggestions

We would love to hear from you! You can report a problem and track it through Developer Community and get advice on Stack Overflow.


Top of Page