Skip to content

Commit

Permalink
.NET SDK Update & Integration test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Mar 19, 2019
1 parent 21fb6d2 commit be1ae42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.config
@@ -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
Expand Up @@ -3,6 +3,6 @@
"src"
],
"sdk": {
"version": "2.1.502"
"version": "2.1.505"
}
}
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 be1ae42

Please sign in to comment.