arbeidstilsynet/Publish .NET NuGet Package

Packs and publishes a .NET package to NuGet. Supports trusted publishing (OIDC) for nuget.org and authenticated publishing for other feeds.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
working-directoryThe directory to run dotnet commands inyes
use-trusted-publishingUse OIDC-based trusted publishing for nuget.org. Requires 'permissions: id-token: write' on the job. Set to 'false' for authenticated publishing to other feeds.true
nuget-usernameA nuget.org username with trusted publishing configured. Required when use-trusted-publishing is 'true'.
nuget-auth-tokenThe NuGet auth token. Required when use-trusted-publishing is 'false'.
source-urlThe source URL for the NuGet package feed. Override this when publishing to a non-nuget.org feed.https://api.nuget.org/v3/index.json
dotnet-versionThe version of dotnet to use10.0.x
config-fileOptional NuGet.config location, if your NuGet.config isn't located in the root of the repo.

no outputs