We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd442a3 commit 96f8142Copy full SHA for 96f8142
.github/workflows/build.yml
@@ -71,5 +71,9 @@ jobs:
71
run: |
72
dotnet new fabulous-avalonia-multi -n MultiProjectTemplate
73
dotnet build MultiProjectTemplate -p:ManagePackageVersionsCentrally=false
74
+ - name: Test desktop project template
75
+ run: |
76
+ dotnet new fabulous-avalonia-desktop -n DesktopProjectTemplate
77
+ dotnet build DesktopProjectTemplate -p:ManagePackageVersionsCentrally=false
78
- name: Push
79
run: dotnet nuget push "nupkgs/*" -s https://nuget.pkg.github.com/fabulous-dev/index.json -k ${{ secrets.GITHUB_TOKEN }} --skip-duplicate
0 commit comments