rubrikinc / use-case-powershell-backup-validation

Recovery Validation Framework with PowerShell
https://build.rubrik.com/use-cases/backup-validation/
MIT License
10 stars 5 forks source link

Invoke-Build stops at GetConfig #4

Closed mhoffmania closed 5 years ago

mhoffmania commented 5 years ago

Expected Behavior

Script should continue with build.

Current Behavior

Script stops after IdentityPath.

Failure Information (for bugs)

Please help provide information about the failure if this is a bug.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Failure Logs

Please include any relevant log snippets or files here.

Paste into a code block.
chriswahl commented 5 years ago

Thank you for submitting this issue. I've asked @jaapbrasser and @mwpreston to see if they can assist with investigating the root cause and providing any updates to the use case necessary to make this work properly for you.

mhoffmania commented 5 years ago

I appreciate that, thank you.

jaapbrasser commented 5 years ago

Thanks for the report, I will try and replicate the issue that you are experiencing. You can expect an update in the next 24 hours!

jaapbrasser commented 5 years ago

Hello @mhoffmania,

Did you make any changes to the .build.ps1 file?

Also could you attempt to run the same code in PowerShell Core, it is available https://github.com/PowerShell/PowerShell/releases/download/v6.1.3/PowerShell-6.1.3-win-x64.msi, and let me know what the output is there?

mhoffmania commented 5 years ago

Hi

Sorry for a late response. I will try to rerun the build in Core.

jaapbrasser commented 5 years ago

Thanks @mhoffmania , I will await your results and we will take it from there!

mhoffmania commented 5 years ago

Hi @jaapbrasser! Once again, sorry for a late response. I have now tested the script with PowerShell Core and everything is working as expected. Thank you for your support.

Cheers! /Martin

jaapbrasser commented 5 years ago

@mhoffmania Happy to hear that Martin! Happy scripting!