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
'Publish-PSMDScriptFile.Script.Command.NotKnown'='The command {0} (used {1} times) cannot be resolved. Manually figure out where it came from if needed.'# $command.Name, $command.Count
9
+
'Publish-PSMDScriptFile.Script.ParseError'='Syntax error in file: {0}'# $Path
10
+
11
+
'Publish-PSMDStagedModule.Module.AlreadyPublished'='The module {0} at version {1} has already been published to this repository'# $moduleToPublish.Name, $moduleToPublish.Version
12
+
'Publish-PSMDStagedModule.Module.NotFound'='The module {0} could not be found'# $Name
13
+
'Publish-PSMDStagedModule.Module.PublishError'='Error publishing {0} from {1}'# $Name, $folder.Name
14
+
15
+
'Remove-PSMDTemplate.Removing.Template'='Removing template {0} (v{1}) from store {2}'# $item.Name, $item.Version, $item.Store
16
+
17
+
'Validate.File'='Path does not exist or is not a file: {0}'# <user input>, <validation item>
18
+
'Validate.Path'='Path does not exist: {0}'# <user input>, <validation item>
0 commit comments