File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 ]
1010 },
1111 "regitlint" : {
12- "version" : " 2.1.4 " ,
12+ "version" : " 6.0.6 " ,
1313 "commands" : [
1414 " regitlint"
1515 ]
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ function RunCleanupCode {
4747 $mergeCommitHash = git rev- parse " HEAD"
4848 $targetCommitHash = git rev- parse " $env: APPVEYOR_REPO_BRANCH "
4949
50- dotnet regitlint - s JsonApiDotNetCore.sln -- print- command -- jb -- profile -- jb -- profile= ' \"JADNC Full Cleanup\"' -- jb -- properties:Configuration= Release -- jb -- verbosity= WARN -- jb - dsl = GlobalAll -- jb - dsl = GlobalPerProduct -- jb - dsl = SolutionPersonal -- jb - dsl = ProjectPersonal -f commits - a $mergeCommitHash - b $targetCommitHash -- fail- on- diff -- print- diff
50+ dotnet regitlint - s JsonApiDotNetCore.sln -- print- command -- disable-jb - path - hack -- jb -- profile= ' \"JADNC Full Cleanup\"' -- jb -- properties:Configuration= Release -- jb -- verbosity= WARN -f commits - a $mergeCommitHash - b $targetCommitHash -- fail- on- diff -- print- diff
5151 CheckLastExitCode
5252 }
5353}
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ if ($LASTEXITCODE -ne 0) {
1414 throw " Package restore failed with exit code $LASTEXITCODE "
1515}
1616
17- dotnet regitlint - s JsonApiDotNetCore.sln -- print- command -- jb -- profile -- jb -- profile= ' \"JADNC Full Cleanup\"' -- jb -- properties:Configuration= Release -- jb -- verbosity= WARN -- jb - dsl = GlobalAll -- jb - dsl = GlobalPerProduct -- jb - dsl = SolutionPersonal -- jb - dsl = ProjectPersonal
17+ dotnet regitlint - s JsonApiDotNetCore.sln -- print- command -- disable-jb - path - hack -- jb -- profile= ' \"JADNC Full Cleanup\"' -- jb -- properties:Configuration= Release -- jb -- verbosity= WARN
You can’t perform that action at this time.
0 commit comments