Skip to content

Commit e02c75a

Browse files
chore(ci): update dailydevops/pipelines action to v2.2.8 (#970)
* chore(ci): update dailydevops/pipelines action to v2.2.8 * revert(deps): downgrade Microsoft.Testing.Extensions.CodeCoverage to 18.0.6 * revert(deps): downgrade Microsoft.Testing.Extensions.CodeCoverage to 18.0.6 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Martin Stühmer <me@samtrion.net>
1 parent 854c5e6 commit e02c75a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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/build-dotnet-single.yml@2aaf67aa5efc23253c4283560db8b130bc76805a # 2.2.3
24+
uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@8c417832638f49cca3ea19247dc9f15d3632a1fc # 2.2.8
2525
with:
2626
dotnetLogging: ${{ inputs.dotnet-logging }}
2727
dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
nuget:
2020
name: Publish
2121
if: ${{ github.event.workflow_run.conclusion == 'success' && github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }}
22-
uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@2aaf67aa5efc23253c4283560db8b130bc76805a # 2.2.3
22+
uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@8c417832638f49cca3ea19247dc9f15d3632a1fc # 2.2.8
2323
with:
2424
workflowName: ${{ github.event.workflow_run.name }}
2525
artifactPattern: release-packages-*

tests/NetEvolve.Extensions.XUnit.V3.Tests.PublicApi/NetEvolve.Extensions.XUnit.V3.Tests.PublicApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<OutputType>Exe</OutputType>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="Microsoft.Testing.Extensions.CodeCoverage" VersionOverride="18.1.0" />
8+
<PackageReference Include="Microsoft.Testing.Extensions.CodeCoverage" VersionOverride="18.0.6" />
99
<PackageReference Include="PublicApiGenerator" />
1010
<PackageReference Include="Verify.XunitV3" />
1111
<PackageReference Include="xunit.v3" />

tests/NetEvolve.Extensions.XUnit.V3.Tests.Unit/NetEvolve.Extensions.XUnit.V3.Tests.Unit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<OutputType>Exe</OutputType>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="Microsoft.Testing.Extensions.CodeCoverage" VersionOverride="18.1.0" />
7+
<PackageReference Include="Microsoft.Testing.Extensions.CodeCoverage" VersionOverride="18.0.6" />
88
<PackageReference Include="Verify.XunitV3" />
99
<PackageReference Include="xunit.runner.visualstudio">
1010
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)