You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BuildReportsFolder = 'build\reports' # Location where PSCodeHealth stores its reports.
60
+
ScratchFolder = 'temp' # Scratch path - this is where all our scratch work occurs. It will be cleared out at every run.
61
+
FunctionTemplates = "src\templates" # Location of function template files (*.tem)
62
62
63
63
# If you will be publishing to the PowerShell Gallery you will need a Nuget API key (can get from the website)
64
64
# You should NOT enter this key here but rather manually enter it in the <%=$PLASTER_PARAM_ModuleName%>.buildenvironment.json file with: set-buildenvironment -NugetAPIKey '<key>'
0 commit comments