-
Notifications
You must be signed in to change notification settings - Fork 7.6k
added new approved Build and Deploy verbs #4725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing some info
@@ -348,6 +348,11 @@ public static class VerbsLifecycle | |||
public const string Assert = "Assert"; | |||
|
|||
/// <summary> | |||
/// Creates an artifact (usually a binary or ) out of some set of input files (usually source code or declarative documents) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(usually a binary or )
Missing info after 'or'.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will fix
@markekraus can you |
Fix #3346
removed suggestions that these were not valid
organized verbs to be in alphabetical order to make it easier to compare against
(unfortunately, the diff viewer on GitHub isn't so smart about lines that were moved, easier to review the individual commits)
https://msdn.microsoft.com/en-us/library/ms714428(VS.85).aspx
Created doc bug to update above link MicrosoftDocs/PowerShell-Docs#1630