Skip to content

Instantly share code, notes, and snippets.

@jimsander
Created January 31, 2017 21:32
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 jimsander/ae4284e2d26876049761532f401d330b to your computer and use it in GitHub Desktop.
Save jimsander/ae4284e2d26876049761532f401d330b to your computer and use it in GitHub Desktop.
```
Artifactory Package Install Script starting
true : The term 'true' 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:\users\azure\documents\visual studio 2015\Projects\Artifactory2\packages\Artifactory.2.3.1\tools\Install.ps1:50
char:39
+ $taskDoc.psbase.PreserveWhitespace = true
+ ~~~~
+ CategoryInfo : ObjectNotFound: (true:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Recognize Update Mode
true : The term 'true' 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:\users\azure\documents\visual studio 2015\Projects\Artifactory2\packages\Artifactory.2.3.1\tools\Install.ps1:16
char:39
+ $taskDoc.psbase.PreserveWhitespace = true
+ ~~~~
+ CategoryInfo : ObjectNotFound: (true:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment