I keep getting build errors, which I don't quite know how to resolve.
Here are some details:

ErrorRecord.InvocationInfo:

MyCommand        :
BoundParameters  : {}
UnboundArguments : {}
ScriptLineNumber : 11
OffsetInLine     : 38
HistoryId        : 18
ScriptName       : C:\Projects\RSB\default.ps1
Line             :   $version = Get-Version-From-Git-Tag
PositionMessage  :
                   At C:\Projects\RSB\default.ps1:11 char:38
                   +   $version = Get-Version-From-Git-Tag <<<<
InvocationName   : Get-Version-From-Git-Tag
PipelineLength   : 0
PipelinePosition : 0
ExpectingInput   : False
CommandOrigin    : Internal



The term 'Get-Version-From-Git-Tag' is not recognized as the name of a
cmdlet, function, script file, or operable progr
am. Check the spelling of the name, or if a path was included, verify
that the path is correct and try again.
At C:\Projects\RSB\default.ps1:11 char:38
+   $version = Get-Version-From-Git-Tag <<<<
    + CategoryInfo          : ObjectNotFound: (Get-Version-From-Git-
Tag:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

-- 
You received this message because you are subscribed to the Google Groups 
"Rhino Tools Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rhino-tools-dev?hl=en.

Reply via email to