Skip to content

Commit

Permalink
fix pack
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-YousefiTelori committed Dec 1, 2023
1 parent c0f2345 commit 9eae954
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nuget-push-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
- name: Test
run: dotnet test ./src/CSharp/Maui/EasyMicroservices.UI.MauiKits.sln --no-build --verbosity normal
- name: Create the package
run: dotnet pack ./src/CSharp/Maui/EasyMicroservices.UI.MauiKits.MaterialUI/EasyMicroservices.UI.MauiKits.MaterialUI.csproj --output nupkgs
run: dotnet pack ./src/CSharp/Maui/EasyMicroservices.UI.MauiKits.sln --output nupkgs
- name: Publish the package to NuGet.org
run: dotnet nuget push nupkgs\*.nupkg -k ${{secrets.NUGET_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
<Copyright>[email protected]</Copyright>
<PackageTags>maui,kit,kits,component,components,ui,uiframework</PackageTags>
<PackageProjectUrl>https://github.com/EasyMicroservices/UI-Kits/</PackageProjectUrl>
</PropertyGroup>
<IsPackable>true</IsPackable>
</PropertyGroup>
<!--<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="7.0.0" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="7.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<UseMaui>true</UseMaui>
<SingleProject>true</SingleProject>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<!-- Display name -->
<ApplicationTitle>EasyMicroservices.UI.MauiKits.Tests</ApplicationTitle>
Expand Down

0 comments on commit 9eae954

Please sign in to comment.