Skip to content

Commit 4bacfdb

Browse files
chore(ci): Bump dailydevops/pipelines from 0.14.79 to 1.2.0 (#194)
1 parent b6293f6 commit 4bacfdb

5 files changed

Lines changed: 57 additions & 94 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@ on:
2121
jobs:
2222
all:
2323
name: Build & Tests
24-
uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@0.14.79
24+
uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@1.2.0
2525
with:
26-
dotnet-logging: ${{ inputs.dotnet-logging }}
27-
dotnet-version: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
28-
solution: ./Extensions.Hosting.WinForms.sln
29-
runs-on-build: windows-latest
30-
runs-on-tests: windows-latest
26+
dotnetLogging: ${{ inputs.dotnet-logging }}
27+
dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
28+
runsOnBuild: windows-latest
29+
solution: ./Extensions.Hosting.WinForms.slnx
3130
secrets: inherit
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: NuGet Package
2+
3+
on:
4+
workflow_run:
5+
workflows: [CI]
6+
types: [completed]
7+
branches: [main]
8+
9+
permissions:
10+
actions: read
11+
contents: write
12+
13+
jobs:
14+
nuget:
15+
name: Publish
16+
if: ${{ github.event.workflow_run.conclusion == 'success' && github.actor != 'dependabot[bot]' }}
17+
uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@1.2.0
18+
with:
19+
workflowName: ${{ github.event.workflow_run.name }}
20+
artifactPattern: release-packages-*
21+
environment: NuGet
22+
runId: ${{ github.event.workflow_run.id }}
23+
secrets: inherit

Directory.Packages.props

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66
<ItemGroup>
77
<GlobalPackageReference Include="CSharpier.MSBuild" Version="1.0.2" />
8-
<GlobalPackageReference Include="GitVersion.MsBuild" Version="6.3.0" />
98
<GlobalPackageReference Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="3.3.4" />
109
<GlobalPackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0" />
1110
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
@@ -17,17 +16,7 @@
1716
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
1817
<PackageVersion Include="coverlet.msbuild" Version="6.0.4" />
1918
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.4" />
20-
<PackageVersion
21-
Update="Microsoft.Extensions.Hosting"
22-
Version="9.0.4"
23-
Condition=" '$(TargetFramework)' == 'net8.0-windows' "
24-
/>
2519
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.4" />
26-
<PackageVersion
27-
Update="Microsoft.Extensions.Hosting.Abstractions"
28-
Version="9.0.4"
29-
Condition=" '$(TargetFramework)' == 'net8.0-windows' "
30-
/>
3120
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
3221
<PackageVersion Include="NetEvolve.Extensions.XUnit" Version="2.6.9" />
3322
<PackageVersion Include="NSubstitute" Version="5.3.0" />

Extensions.Hosting.WinForms.sln

Lines changed: 0 additions & 77 deletions
This file was deleted.

Extensions.Hosting.WinForms.slnx

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<Solution>
2+
<Folder Name="/Solution Items/">
3+
<File Path=".editorconfig" />
4+
<File Path=".filenesting.json" />
5+
<File Path=".gitignore" />
6+
<File Path=".gitmodules" />
7+
<File Path="Directory.Build.props" />
8+
<File Path="Directory.Packages.props" />
9+
<File Path="Directory.Solution.props" />
10+
<File Path="GitVersion.yml" />
11+
<File Path="LICENSE" />
12+
<File Path="new-project.ps1" />
13+
<File Path="README.md" />
14+
<File Path="update-solution.ps1" />
15+
</Folder>
16+
<Folder Name="/src/">
17+
<Project Path="src/NetEvolve.Extensions.Hosting.WinForms/NetEvolve.Extensions.Hosting.WinForms.csproj" />
18+
</Folder>
19+
<Folder Name="/tests/">
20+
<Project Path="tests/NetEvolve.Extensions.Hosting.WinForms.Tests.Architecture/NetEvolve.Extensions.Hosting.WinForms.Tests.Architecture.csproj" />
21+
<Project Path="tests/NetEvolve.Extensions.Hosting.WinForms.Tests.Integration/NetEvolve.Extensions.Hosting.WinForms.Tests.Integration.csproj" />
22+
<Project Path="tests/NetEvolve.Extensions.Hosting.WinForms.Tests.Unit/NetEvolve.Extensions.Hosting.WinForms.Tests.Unit.csproj" />
23+
</Folder>
24+
<Folder Name="/xample/">
25+
<Project Path="xample/Xample.Simple/Xample.Simple.csproj">
26+
<Build Solution="Release|*" Project="false" />
27+
</Project>
28+
</Folder>
29+
</Solution>

0 commit comments

Comments
 (0)