Skip to content

Commit

Permalink
Merge pull request #2505 from devlead/feature/fixintegrationtestsupda…
Browse files Browse the repository at this point in the history
…tesdk

.NET SDK Update & Integration test fix
  • Loading branch information
gep13 committed Mar 19, 2019
2 parents 21fb6d2 + fbd3322 commit e140acb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
CAKE_VERSION=0.32.1
DOTNET_VERSION=2.1.502
DOTNET_VERSION=2.1.505
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"src"
],
"sdk": {
"version": "2.1.502"
"version": "2.1.505"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Task("Cake.Common.Tools.TextTransform.TextTransformAliases.TransformTemplate.Set
var t4Path = Context.Tools.Resolve("t4") ?? Context.Tools.Resolve("t4.exe");
if (t4Path == null)
{
DotNetCoreTool(null, "tool", "install --tool-path ./tools dotnet-t4");
DotNetCoreTool(null, "tool", "install --tool-path ./tools dotnet-t4 --version 2.0.2");
}
});

Expand Down

0 comments on commit e140acb

Please sign in to comment.