menu
techminis

A naukri.com initiative

google-web-stories
Home

>

Devops News

>

Packaging ...
source image

Microsoft

1M

read

387

img
dot

Image Credit: Microsoft

Packaging and Publishing a .NET MAUI Library with GitHub Actions

  • This article focuses on packaging and publishing a .NET MAUI Library using GitHub Actions.
  • The workflow includes versioning, building, packaging, signing, and pushing the NuGet package.
  • Versioning is handled dynamically using the major version and GitHub run ID.
  • Dotnet commands are used to build and pack the .NET project in the workflow.
  • Secure packaging is achieved by signing the package for content integrity verification.
  • The workflow demonstrates pushing the package to NuGet.org or Azure DevOps internal feed.
  • Secret values like API keys are securely stored and accessed using GitHub Secrets.
  • GitHub Actions allows for automating processes like creating a GitHub Release.
  • The workflow is customizable and extendable for complex requirements.
  • For more details and samples, visit dotnet/maui-samples and explore further.

Read Full Article

like

23 Likes

For uninterrupted reading, download the app