Skip to content

Instantly share code, notes, and snippets.

@codereflection
Created May 28, 2011 16:53
Show Gist options
  • Select an option

  • Save codereflection/997026 to your computer and use it in GitHub Desktop.

Select an option

Save codereflection/997026 to your computer and use it in GitHub Desktop.
PS C:\dev\Dahlia> .\build
The term 'properties' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At C:\dev\Dahlia\build.ps1:1 char:11
+ properties <<<< {
+ CategoryInfo : ObjectNotFound: (properties:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
The term 'include' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spe
lling of the name, or if a path was included, verify that the path is correct and try again.
At C:\dev\Dahlia\build.ps1:6 char:8
+ include <<<< .\Build\master_build.ps1
+ CategoryInfo : ObjectNotFound: (include:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
The term 'include' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spe
lling of the name, or if a path was included, verify that the path is correct and try again.
At C:\dev\Dahlia\build.ps1:7 char:8
+ include <<<< .\Build\test_build.ps1
+ CategoryInfo : ObjectNotFound: (include:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
The term 'include' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spe
lling of the name, or if a path was included, verify that the path is correct and try again.
At C:\dev\Dahlia\build.ps1:8 char:8
+ include <<<< .\Build\deploy_build.ps1
+ CategoryInfo : ObjectNotFound: (include:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
The term 'task' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelli
ng of the name, or if a path was included, verify that the path is correct and try again.
At C:\dev\Dahlia\build.ps1:9 char:5
+ task <<<< default -depends compile, test, right_click_deploy
+ CategoryInfo : ObjectNotFound: (task:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
The term 'task' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelli
ng of the name, or if a path was included, verify that the path is correct and try again.
At C:\dev\Dahlia\build.ps1:10 char:5
+ task <<<< build -depends compile, test
+ CategoryInfo : ObjectNotFound: (task:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
The term 'task' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelli
ng of the name, or if a path was included, verify that the path is correct and try again.
At C:\dev\Dahlia\build.ps1:11 char:5
+ task <<<< just_deploy_it -depends compile, right_click_deploy
+ CategoryInfo : ObjectNotFound: (task:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\dev\Dahlia>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment