Skip to content

Commit

Permalink
Merge branch 'release/0.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorkstromm committed May 14, 2018
2 parents 5249810 + 6c20c62 commit b6f1175
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions setup.cake
Original file line number Diff line number Diff line change
Expand Up @@ -200,14 +200,7 @@ Task("Sign-Binaries")
throw new InvalidOperationException("Could not resolve dotnet.");
}

// Resolve dotnet version
StartProcess(dotnetPath, new ProcessSettings {
Arguments = "--version",
RedirectStandardOutput = true
}, out var versionOutput);
var dotnetVersion = versionOutput.First().Substring(0,3);

var client = File($"./tools/SignClient.0.9.0/tools/netcoreapp{dotnetVersion}/SignClient.dll");
var client = File($"./tools/SignClient.0.9.0/tools/netcoreapp2.0/SignClient.dll");
var settings = File("./signclient.json");
var filter = File("./signclient.filter");

Expand Down

0 comments on commit b6f1175

Please sign in to comment.