Skip to content

Commit 26d7b3f

Browse files
chore(ci): bump dailydevops/pipelines from 0.12.11 to 0.12.12 (#196)
* chore(ci): bump dailydevops/pipelines from 0.12.11 to 0.12.12 Bumps [dailydevops/pipelines](https://github.com/dailydevops/pipelines) from 0.12.11 to 0.12.12. - [Release notes](https://github.com/dailydevops/pipelines/releases) - [Commits](dailydevops/pipelines@0.12.11...0.12.12) --- updated-dependencies: - dependency-name: dailydevops/pipelines dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * style: updated formatting --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Stühmer <[email protected]>
1 parent 0f34fa9 commit 26d7b3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
jobs:
2222
all:
2323
name: Build & Tests
24-
uses: dailydevops/pipelines/.github/workflows/[email protected].11
24+
uses: dailydevops/pipelines/.github/workflows/[email protected].12
2525
with:
2626
enableSonarQube: true
2727
dotnet-logging: ${{ inputs.dotnet-logging }}

tests/NetEvolve.Arguments.Tests.Unit/ArgumentTests_ThrowIfNullOrEmpty.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public static TheoryData<IEnumerable<string>> ThrowIfNullOrEmptyEnumerableData
9292
{
9393
Array.Empty<string>(),
9494
new List<string>(),
95-
new HashSet<string>()
95+
new HashSet<string>(),
9696
};
9797

9898
return data;
@@ -109,7 +109,7 @@ public static TheoryData<IEnumerable<string>> ThrowIfNullOrEmptyEnumerableWithDa
109109
new[] { "argument" },
110110
#pragma warning restore CA1861 // Avoid constant arrays as arguments
111111
new List<string> { "argument" },
112-
new HashSet<string> { "argument" }
112+
new HashSet<string> { "argument" },
113113
};
114114

115115
return data;

0 commit comments

Comments
 (0)