Skip to content

Conversation

@JohnLBevan
Copy link

PR Summary

The Ubuntu build is currently failing with the below exception / example here:

Running "on_finish" scripts
Import-Module "${env:APPVEYOR_BUILD_FOLDER}\tools\appveyor.psm1"; Invoke-AppveyorFinish
iex : Exception calling "CreateFromDirectory" with "2" argument(s): "Could not find a part of the path '/home/appveyor/projects/psscriptanalyzer/out'."
At /opt/appveyor/build-agent/ps-shell.ps1:114 char:2
+     iex $command
+     ~~~~~~~~~~~~
+ CategoryInfo          : NotSpecified: (:) [Invoke-Expression], MethodInvocationException
+ FullyQualifiedErrorId : DirectoryNotFoundException,Microsoft.PowerShell.Commands.InvokeExpressionCommand
 
Build failed

@JohnLBevan JohnLBevan closed this Aug 10, 2019
@JohnLBevan JohnLBevan deleted the AppVeyorUbuntuBug branch August 10, 2019 00:03
@bergmeister
Copy link
Collaborator

Hi, thanks for the efforts, but we already have a fix for it ready in PR #1293 (just needs a bit more cleanup before we can merge it in).
The Ubuntu failure itself was due to a breaking change of the Appveyor OS image and has worked before.

@JohnLBevan
Copy link
Author

Ah - only just spotted this - thank-you.
I'd seen other repos with similar issues, where the issue was related to *nix not liking slashes, or having case sensitive issues around filenames... Sadly I don't have the capacity to run a local appveyor instance to test with, so my tests for this were fire-and-see...
Thanks again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants