-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Prerequisites
- Ensure you write a short, descriptive title after [Bug] above.
- Make sure to search for any existing issues before filing a new one.
- Verify you are able to reproduce the issue with the latest released version
PSAppDeployToolkit.Tools version
0.2.3
PSAppDeployToolkit version
4.0.5
Describe the bug
Using Convert-ADTDeployment on V3 script converts "Exit-Script" calls in the main script logic to invalid function calls.
V3 code:
Exit-Script -ExitCode $someExitCode
V4 converted output (function does not exist):
Exit-ADTScript -ExitCode $someExitCode
Possible V4 converted output:
Close-ADTSession -ExitCode $someExitCode
Steps to reproduce
Add following line under installation phase in v3 script:
Exit-Script -ExitCode 71001
Environment data
Windows 11 23H2
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working