sbdevman / Vsts

3 stars 4 forks source link

ConfigTransformation' (1.0.5) is using deprecated task execution handler #13

Open RoyceLithgo opened 5 years ago

RoyceLithgo commented 5 years ago

[section]Starting: ConfigTransformation

============================================================================== Task : Config Transformation Description : Easy and fast transform your xml based configuration files Version : 1.0.5 Author : Saeid Babaei Help : More Information

[warning]Task 'ConfigTransformation' (1.0.5) is using deprecated task execution handler. The task should use the supported task-lib: https://aka.ms/tasklib

Preparing task execution handler. Executing the powershell script: d:\a_tasks\ConfigTransformation_ea0af5c0-9b4e-11e6-b1b5-7b777069d24a\1.0.5\ConfigTransform.ps1

[section]Finishing: ConfigTransformation

aahue1889 commented 4 years ago

Running into same issue:

[warning]Task 'ConfigTransformation' (1.0.5) is using deprecated task execution handler. The task should use the supported task-lib: https://aka.ms/tasklib

Preparing task execution handler. Executing the powershell script: D:\a_tasks\ConfigTransformation_ea0af5c0-9b4e-11e6-b1b5-7b777069d24a\1.0.5\ConfigTransform.ps1

[ Microsoft.Web.XmlTransform.XmlNodeException: Could not resolve 'UserDatabase' as a type of Transform ---> Microsoft.Web.XmlTransform.XmlTransformationException: Could not resolve 'UserDatabase' as a type of Transform

at Microsoft.Web.XmlTransform.NamedTypeFactory.Construct[ObjectType](String typeName) at Microsoft.Web.XmlTransform.XmlElementContext.CreateObjectFromAttribute[ObjectType](String& argumentString, XmlAttribute& objectAttribute) --- End of inner exception stack trace --- at Microsoft.Web.XmlTransform.XmlTransformationLogger.LogErrorFromException(Exception ex) at Microsoft.Web.XmlTransform.XmlTransformation.Apply(XmlDocument xmlTarget) at CallSite.Target(Closure , CallSite , Object , Object ) --- End of inner exception stack trace --- at System.Management.Automation.ExceptionHandlingOps.ConvertToMethodInvocationException(Exception exception, Type typeToThrow, String methodName, Int32 numArgs, MemberInfo memberInfo) at CallSite.Target(Closure , CallSite , Object , Object ) at System.Dynamic.UpdateDelegates.UpdateAndExecute2[T0,T1,TRet](CallSite site, T0 arg0, T1 arg1) at System.Management.Automation.Interpreter.DynamicInstruction`3.Run(InterpretedFrame frame) at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)

BrandonSchreck commented 3 years ago

Having similar issue