Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Created September 7, 2014 22:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guitarrapc/fabcfb3dde796e8cc223 to your computer and use it in GitHub Desktop.
Save guitarrapc/fabcfb3dde796e8cc223 to your computer and use it in GitHub Desktop.
Valentia TypeSample with PowerShell v5
Enum ValentiaBranchPath
{
Application = 1
Deploygroup = 2
Download = 3
Maintenance = 4
Upload = 5
Utils = 6
}
[ValentiaBranchPath]::Application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment