Hi,
I have deployed latest release of Build environment (Application 10, Platform Update25), and build pipline has been automatically generated as expected. Disabled a few non-required steps (database restore, tests). But running build results in following errror:
powershell.exe -NonInteractive -ExecutionPolicy RemoteSigned -Command "& {C:\DynamicsSDK\DevALMInstrumentor.ps1 -TaskBuildStart}"
Unable to find type [Microsoft.Dynamics.ApplicationPlatform.Instrumentation.AXD
eveloperALMEventSource].
At C:\DynamicsSDK\DevALMInstrumentor.ps1:289 char:5
+ [Microsoft.Dynamics.ApplicationPlatform.Instrumentation.AXDevelop ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (Microsoft.Dynam...rALMEventSo
urce:TypeName) [], RuntimeException
+ FullyQualifiedErrorId : TypeNotFound
Error log contains only one line: "Error generating build projects: No deployment binaries path could be found in Dynamics SDK registry."
Is there some aditional setup required? I assumed that it should work out of the box.