Skip to content

Commit

Permalink
set pack manual
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-YousefiTelori committed Dec 1, 2023
1 parent a548b48 commit c0f2345
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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.sln --output nupkgs
run: dotnet pack ./src/CSharp/Maui/EasyMicroservices.UI.MauiKits.MaterialUI/EasyMicroservices.UI.MauiKits.MaterialUI.csproj --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 @@ -17,7 +17,6 @@
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion>

<Authors>EasyMicroservices</Authors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.0.0.1</Version>
<Description>maui kits</Description>
<Copyright>[email protected]</Copyright>
Expand Down

0 comments on commit c0f2345

Please sign in to comment.