Skip to content

Commit

Permalink
bump version to 102.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanmacfarlane committed Jun 23, 2016
1 parent b6f2bcc commit a067fbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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 @@ -16,7 +16,7 @@ public enum OSPlatform

public static class Agent
{
public static readonly string Version = "2.102.0";
public static readonly string Version = "2.102.1";

#if OS_LINUX
public static readonly OSPlatform Platform = OSPlatform.Linux;
Expand Down
4 changes: 4 additions & 0 deletions src/dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,10 @@ function update ()

function runtest ()
{
if [[ ("$PLATFORM" == "linux") || ("$PLATFORM" == "darwin") ]]; then
ulimit -n 1024
fi

heading Testing ...
dotnet publish Test || failed "publishing Test"
rm -Rf Test/bin/${BUILD_CONFIG}/netcoreapp1.0/_diag
Expand Down

0 comments on commit a067fbe

Please sign in to comment.