Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 74a51a9

Browse files
Merge pull request #7 from SubPointSolutions/dev
+ 0.1.0-beta4
2 parents bde5678 + 8103ca7 commit 74a51a9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Build/build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"customNuspecs": [
2323
{
2424
"Id": "SubPointSolutions.CakeBuildTools",
25-
"Version": "0.1.0-beta3",
25+
"Version": "0.1.0-beta4",
2626
"Dependencies": [ ],
2727
"LicenseUrl": "https://github.com/SubPointSolutions/CakeBuildTools/licence",
2828
"ProjectUrl": "https://github.com/SubPointSolutions/CakeBuildTools",

SubPointSolutions.CakeBuildTools/Scripts/SubPointSolutions.CakeBuild.Core.cake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#addin nuget:https://www.nuget.org/api/v2/?package=newtonsoft.json&Version=9.0.1
55
#addin nuget:https://www.nuget.org/api/v2/?package=NuGet.Core&Version=2.12.0
66

7+
Information("Running SubPointSolutions.CakeBuildTools: 0.1.0-beta4");
8+
79
// variables
810
// * defaultXXX - shared, common settings from json config
911
var target = Argument("target", "Default");
@@ -987,6 +989,7 @@ var defaultActionDocsMerge = Task("Action-Docs-Merge")
987989
var pushCmd = new []{
988990
string.Format("cd '{0}'", docsRepoFolder),
989991
string.Format("git config http.sslVerify false"),
992+
string.Format("git config --global push.default simple"),
990993
string.Format("git push {0}", docsRepoPushUrl)
991994
};
992995

0 commit comments

Comments
 (0)