Skip to content

Commit

Permalink
chore(ci): bump dailydevops/pipelines from 0.12.11 to 0.12.12 (#471)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dependabot[bot] and samtrion authored Aug 26, 2024
1 parent b255517 commit 75fd305
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
jobs:
all:
name: Build & Tests
uses: dailydevops/pipelines/.github/workflows/[email protected].11
uses: dailydevops/pipelines/.github/workflows/[email protected].12
with:
dotnet-logging: ${{ inputs.dotnet-logging }}
dotnet-version: 7.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public abstract class AttributeTestsBase
PropertyNames.JoinType,
PropertyNames.ProcessId,
PropertyNames.ProviderStackTrace,
PropertyNames.SkipReason
PropertyNames.SkipReason,
};

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public async Task Execute_English()
var properties = GetProperties();
var translations = new Dictionary<string, string>(StringComparer.Ordinal)
{
{ "Translation", Translations.HelloWorld }
{ "Translation", Translations.HelloWorld },
};

_ = await Verify(properties.Union(translations));
Expand All @@ -32,7 +32,7 @@ public async Task Execute_Invariant()
var properties = GetProperties();
var translations = new Dictionary<string, string>(StringComparer.Ordinal)
{
{ "Translation", Translations.HelloWorld }
{ "Translation", Translations.HelloWorld },
};

_ = await Verify(properties.Union(translations));
Expand All @@ -46,7 +46,7 @@ public async Task Execute_German()
var properties = GetProperties();
var translations = new Dictionary<string, string>(StringComparer.Ordinal)
{
{ "Translation", Translations.HelloWorld }
{ "Translation", Translations.HelloWorld },
};

_ = await Verify(properties.Union(translations));
Expand All @@ -60,7 +60,7 @@ public async Task Execute_German_Germany()
var properties = GetProperties();
var translations = new Dictionary<string, string>(StringComparer.Ordinal)
{
{ "Translation", Translations.HelloWorld }
{ "Translation", Translations.HelloWorld },
};

_ = await Verify(properties.Union(translations));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public async Task Execute_English()
var properties = GetProperties();
var translations = new Dictionary<string, string>(StringComparer.Ordinal)
{
{ "Translation", Translations.HelloWorld }
{ "Translation", Translations.HelloWorld },
};

_ = await Verify(properties.Union(translations));
Expand All @@ -30,7 +30,7 @@ public async Task Execute_Invariant()
var properties = GetProperties();
var translations = new Dictionary<string, string>(StringComparer.Ordinal)
{
{ "Translation", Translations.HelloWorld }
{ "Translation", Translations.HelloWorld },
};

_ = await Verify(properties.Union(translations));
Expand All @@ -43,7 +43,7 @@ public async Task Execute_German()
var properties = GetProperties();
var translations = new Dictionary<string, string>(StringComparer.Ordinal)
{
{ "Translation", Translations.HelloWorld }
{ "Translation", Translations.HelloWorld },
};

_ = await Verify(properties.Union(translations));
Expand All @@ -56,7 +56,7 @@ public async Task Execute_German_Germany()
var properties = GetProperties();
var translations = new Dictionary<string, string>(StringComparer.Ordinal)
{
{ "Translation", Translations.HelloWorld }
{ "Translation", Translations.HelloWorld },
};

_ = await Verify(properties.Union(translations));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public async Task Execute_English()
var traits = GetTraits();
var translations = new Dictionary<string, string>(StringComparer.Ordinal)
{
{ "Translation", Translations.HelloWorld }
{ "Translation", Translations.HelloWorld },
};

_ = await Verify(traits.Union(translations));
Expand All @@ -30,7 +30,7 @@ public async Task Execute_Invariant()
var traits = GetTraits();
var translations = new Dictionary<string, string>(StringComparer.Ordinal)
{
{ "Translation", Translations.HelloWorld }
{ "Translation", Translations.HelloWorld },
};

_ = await Verify(traits.Union(translations));
Expand All @@ -43,7 +43,7 @@ public async Task Execute_German()
var traits = GetTraits();
var translations = new Dictionary<string, string>(StringComparer.Ordinal)
{
{ "Translation", Translations.HelloWorld }
{ "Translation", Translations.HelloWorld },
};

_ = await Verify(traits.Union(translations));
Expand All @@ -56,7 +56,7 @@ public async Task Execute_German_Germany()
var traits = GetTraits();
var translations = new Dictionary<string, string>(StringComparer.Ordinal)
{
{ "Translation", Translations.HelloWorld }
{ "Translation", Translations.HelloWorld },
};

_ = await Verify(traits.Union(translations));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public async Task Execute_English()
var traits = GetTraits();
var translations = new Dictionary<string, string>(StringComparer.Ordinal)
{
{ "Translation", Translations.HelloWorld }
{ "Translation", Translations.HelloWorld },
};

_ = await Verify(traits.Union(translations));
Expand All @@ -30,7 +30,7 @@ public async Task Execute_Invariant()
var traits = GetTraits();
var translations = new Dictionary<string, string>(StringComparer.Ordinal)
{
{ "Translation", Translations.HelloWorld }
{ "Translation", Translations.HelloWorld },
};

_ = await Verify(traits.Union(translations));
Expand All @@ -43,7 +43,7 @@ public async Task Execute_German()
var traits = GetTraits();
var translations = new Dictionary<string, string>(StringComparer.Ordinal)
{
{ "Translation", Translations.HelloWorld }
{ "Translation", Translations.HelloWorld },
};

_ = await Verify(traits.Union(translations));
Expand All @@ -56,7 +56,7 @@ public async Task Execute_German_Germany()
var traits = GetTraits();
var translations = new Dictionary<string, string>(StringComparer.Ordinal)
{
{ "Translation", Translations.HelloWorld }
{ "Translation", Translations.HelloWorld },
};

_ = await Verify(traits.Union(translations));
Expand Down

0 comments on commit 75fd305

Please sign in to comment.