July 2018
Beginner
552 pages
13h 18m
English
The best way of publishing your code to an internal or external gallery is to package it into modules. Modules should collect functions that belong to a specific product or workload. If you have developed functions for multiple different purposes, consider creating modules for each of those individual purposes if possible.
Of course, it is also possible to publish single scripts instead of modules. This might be useful if you, for example, have one or more deployment scripts for your different services. The script can be downloaded on the fly and can be used immediately:

Publishing anything to a gallery requires a NuGet API key. In ...
Read now
Unlock full access