Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AzureRmWebAppDeploymentV3] Update task to node16 using codegen (#18919)
* [AzureRmWebAppDeploymentV3] Update task to node16 using codegen - Replaced exec with execSync since in node10 the task-lib wasn't catch/failed tasks on async operations (like exec) and from node16 it started to throws errors which can be caught by the task-lib. With execSync the UseDotNet task could catch and handle the errors in NuGetInstaller.installNuGet method. - Added additional argument wrapper for backward compability * [AzureRmWebAppDeploymentV3] Update task to node16 using codegen - Replaced exec with execSync since in node10 the task-lib wasn't catch/failed tasks on async operations (like exec) and from node16 it started to throws errors which can be caught by the task-lib. With execSync the UseDotNet task could catch and handle the errors in NuGetInstaller.installNuGet method. - Added additional argument wrapper for backward compability * Some changes to override hash --------- Co-authored-by: Kirill Ivlev <102740624+kirill-ivlev@users.noreply.github.com> Co-authored-by: Mohith <97882857+v-mohithgc@users.noreply.github.com>
- Loading branch information