-
Notifications
You must be signed in to change notification settings - Fork 100
Closed
Description
The remaining publish to repository after this line should be gated in a switch parameter e.g. -BuildOnly
, that if specified instead emits the path to the built .nupkg file rather than publishing to a repository. This is useful if you want to use the nupkg in a different manner, say uploading to Github Artifacts, caching the build result, or other CI/CD driven activities.
Currently with PSGetv2 a workaround has to be done which is publish to a local file repository, this would be much faster and more explicit.