Setup WpfExtended.Blazor extensions

This commit is contained in:
2025-08-01 15:15:47 +02:00
parent ffe46f1e37
commit f02af67c7f
10 changed files with 168 additions and 23 deletions
+6 -2
View File
@@ -18,8 +18,6 @@ jobs:
env:
Configuration: Release
Solution_Path: WpfExtended.sln
Test_Project_Path: Slim.Tests\Slim.Tests.csproj
Source_Project_Path: Slim\Slim.csproj
Actions_Allow_Unsecure_Commands: true
steps:
@@ -53,5 +51,11 @@ jobs:
- name: Package WpfExtended.SourceGeneration
run: dotnet pack -c Release -o . WpfExtended.SourceGeneration\WpfExtended.SourceGeneration.csproj
- name: Build WpfExtended.Blazor project
run: dotnet build WpfExtended.Blazor -c $env:Configuration
- name: Package WpfExtended.Blazor
run: dotnet pack -c Release -o . WpfExtended.Blazor\WpfExtended.Blazor.csproj
- name: Publish
run: dotnet nuget push *.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate