Skip to content
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

The term 'Assert-CI' is not recognized (VS2013 image) #7

Open
Farwaykorse opened this issue Jul 15, 2019 · 0 comments
Open

The term 'Assert-CI' is not recognized (VS2013 image) #7

Farwaykorse opened this issue Jul 15, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@Farwaykorse
Copy link
Owner

When importing the module on the AppVeyor image: "Visual Studio 2013" an error is displayed:

Import-Module -Name .\AppVeyorHelpers.psd1
Assert-CI : The term 'Assert-CI' 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:\projects\appveyorhelpers\AppVeyorGeneral\Send-Message.psm1:140 char:9
+     if (Assert-CI) {
+         ~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Assert-CI:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

All tests seem to pass regardless.

See: AppVeyor Build 81

@Farwaykorse Farwaykorse added the bug Something isn't working label Jul 15, 2019
Farwaykorse added a commit that referenced this issue Jul 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant