File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 77mode : ContinuousDeployment
88branches :
99 master :
10- regex : ^master
10+ regex : ^master|main$
1111 tag : preview
1212 increment : patch
1313 dependabot-pr :
Original file line number Diff line number Diff line change 11# Corvus.Testing
2- [ ![ Build Status] ( https://dev.azure.com/endjin-labs/Corvus.Testing/_apis/build/status/corvus-dotnet.Corvus.Testing?branchName=master )] ( https://dev.azure.com/endjin-labs/Corvus.Testing/_build/latest?definitionId=4&branchName=master )
3- [ ![ GitHub license] ( https://img.shields.io/badge/License-Apache%202-blue.svg )] ( https://raw.githubusercontent.com/corvus-dotnet/Corvus.Testing/master /LICENSE )
2+ [ ![ Build Status] ( https://dev.azure.com/endjin-labs/Corvus.Testing/_apis/build/status/corvus-dotnet.Corvus.Testing?branchName=main )] ( https://dev.azure.com/endjin-labs/Corvus.Testing/_build/latest?definitionId=4&branchName=main )
3+ [ ![ GitHub license] ( https://img.shields.io/badge/License-Apache%202-blue.svg )] ( https://raw.githubusercontent.com/corvus-dotnet/Corvus.Testing/main /LICENSE )
44[ ![ IMM] ( https://endimmfuncdev.azurewebsites.net/api/imm/github/corvus-dotnet/Corvus.Testing/total?cache=false )] ( https://endimmfuncdev.azurewebsites.net/api/imm/github/corvus-dotnet/Corvus.Testing/total?cache=false )
55
66This provides a library of useful testing extensions, primarily focussed on SpecFlow operations.
@@ -163,7 +163,7 @@ dotnet test .\Solutions\Corvus.Testing.sln -c Debug
163163
164164## Licenses
165165
166- [ ![ GitHub license] ( https://img.shields.io/badge/License-Apache%202-blue.svg )] ( https://raw.githubusercontent.com/corvus-dotnet/Corvus.Testing/master /LICENSE )
166+ [ ![ GitHub license] ( https://img.shields.io/badge/License-Apache%202-blue.svg )] ( https://raw.githubusercontent.com/corvus-dotnet/Corvus.Testing/main /LICENSE )
167167
168168Corvus.Testing is available under the Apache 2.0 open source license.
169169
Original file line number Diff line number Diff line change 22 branches :
33 include :
44 - master
5+ - main
56 - feature/*
67 tags :
78 include :
You can’t perform that action at this time.
0 commit comments