-
Notifications
You must be signed in to change notification settings - Fork 65
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
Push-AppveyorArtifact doesn't work with PowerShell Core #2183
Comments
Side note: as expected, this is entirely possible to workaround by renaming |
Note that I have used this with PowerShell Core in the Ubuntu images in the last month (but it broke with the recent update) |
To me it never worked in |
I see, on Windows I used Windows PowerShell just for this step, on Ubuntu, |
@JustArchi The fix will be deployed today: #2513 |
@FeodorFitsner It seems, on Ubuntu, there is a problem with Push-AppveyorArtifact : Could not load file or assembly 'AppVeyor.BuildAgent.Utilities, Version=1.0.0.171, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
At /home/appveyor/projects/psscriptanalyzer/tools/appveyor.psm1:98 char:26
+ ) | ForEach-Object { Push-AppveyorArtifact $_.FullName }
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Push-AppVeyorArtifact], FileNotFoundException
+ FullyQualifiedErrorId : System.IO.FileNotFoundException,AppVeyor.BuildAgent.PowerShell.PushAppVeyorArtifactCmdlet
Build exited with code 1
Build failed |
Will take a look. |
@bergmeister should be good now. Can you please check the problem again? |
The same config works fine under
ps
, but notpwsh
.Ref: https://ci.appveyor.com/project/JustArchi/archisteamfarm/build/5133-master-osslgfoo/job/kl5oy8rc2h8yc18s#L273
The text was updated successfully, but these errors were encountered: