Skip to content

Commit

Permalink
prepare 2.147.0 agent release.
Browse files Browse the repository at this point in the history
  • Loading branch information
TingluoHuang committed Feb 1, 2019
1 parent adad82c commit e39af35
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 17 deletions.
14 changes: 4 additions & 10 deletions releaseNote.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
## Features
- Allow the container to bring its own Node.js #1979
- Populate AzurePS demand if Az module is installed on Agent machine #1984
- Add agent support for the Node v10 runtime #1972
- Download Pipeline Artifact plugin V1 #2014
- Added multi download support to pipeline artifacts. #2072

## Bugs
- Fix null ref caused by build.syncsource=false. #1904
- Agent changes to use HTTP 1.1 on Linux and OSX #1970
- Create container/network with label, best effort clean them up. #1915
- Add retry for task zip download. #1926
- Fix for Nested TestSuite in JunitResultReader #1978
- Let container job handle prepends path correctly. #1977
- N/A

## Misc
- Update installdependencies.sh to install correct version of libcurl #1991
- Redirecting CC data to TFS/TCM depending on FF #2064

## Agent Downloads

Expand Down
2 changes: 1 addition & 1 deletion src/Agent.Listener/Agent.Listener.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<AssetTargetFallback>portable-net45+win8</AssetTargetFallback>
<NoWarn>NU1701;NU1603</NoWarn>
<Version>2.144.0</Version>
<Version>2.147.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Agent.PluginHost/Agent.PluginHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<AssetTargetFallback>portable-net45+win8</AssetTargetFallback>
<NoWarn>NU1701;NU1603</NoWarn>
<Version>2.144.0</Version>
<Version>2.147.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Agent.Plugins/Agent.Plugins.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<AssetTargetFallback>portable-net45+win8</AssetTargetFallback>
<NoWarn>NU1701;NU1603</NoWarn>
<Version>2.144.0</Version>
<Version>2.147.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Agent.Sdk/Agent.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<AssetTargetFallback>portable-net45+win8</AssetTargetFallback>
<NoWarn>NU1701;NU1603</NoWarn>
<Version>2.144.0</Version>
<Version>2.147.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Agent.Worker/Agent.Worker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<AssetTargetFallback>portable-net45+win8</AssetTargetFallback>
<NoWarn>NU1701;NU1603</NoWarn>
<Version>2.144.0</Version>
<Version>2.147.0</Version>
</PropertyGroup>

<ItemGroup>
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 @@ -70,7 +70,7 @@ public enum Architecture

public static class Agent
{
public static readonly string Version = "2.144.0";
public static readonly string Version = "2.147.0";

#if OS_LINUX
public static readonly OSPlatform Platform = OSPlatform.Linux;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<AssetTargetFallback>portable-net45+win8</AssetTargetFallback>
<NoWarn>NU1701;NU1603</NoWarn>
<Version>2.144.0</Version>
<Version>2.147.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit e39af35

Please sign in to comment.