This repository was archived by the owner on Mar 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
SubPointSolutions.CakeBuildTools/Scripts Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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
911var 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
You can’t perform that action at this time.
0 commit comments