Skip to content

Commit

Permalink
release 2.136.0 agent.
Browse files Browse the repository at this point in the history
  • Loading branch information
TingluoHuang committed Jun 28, 2018
1 parent 340a97e commit 4d3a446
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions releaseNote.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
## Features
N/A
- Out of proc agent system plugins. #1537
- Added support for recursively checking out sub-modules for Git and GitHub artifacts. #1544
- Reading owner attribute from junit xml And not using context owner as test case owner. #1587
- Consume latest version of TEE. #1586
- Bump git version to include security patch. #1597
- Reading NUnit attachments in Publish Test Result Task. #1609

## Bugs
- Avoid extra rest call to TaskDefinition endpoint. #1533
- Also populate java in case user only has jdk installed. #1560
- Handling duplicate attachments upload scenario while running using multi thread. #1578
- Shallow git submodule fetch. #1594
- Docker requirement check. #1619
- Ignore STDERR from tf.exe when query workspaces. #1642
## Misc
- Consume latest vss-api package, update newtonsoft to 10.0.3. #1535
- Displaying a warning when the environment variable's size exceeds 32K characters (Windows). #1508
- Add assets.json to release assets. #1644

## Agent Downloads

Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.VisualStudio.Services.Agent/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public enum OSPlatform

public static class Agent
{
public static readonly string Version = "2.134.3";
public static readonly string Version = "2.136.0";

#if OS_LINUX
public static readonly OSPlatform Platform = OSPlatform.Linux;
Expand Down

0 comments on commit 4d3a446

Please sign in to comment.