mirror of
https://github.com/AlexMacocian/WpfExtended.git
synced 2026-07-15 14:59:30 +00:00
Setup WpfExtended.Blazor extensions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user