HodorNV / ALOps

ALOps
59 stars 24 forks source link

ALOps Compile step fails as Analyzers can no longer be found! #539

Closed kasperdj closed 2 years ago

kasperdj commented 2 years ago

Describe the bug We recieved an ALOps update to version 1.450.3068 an hour ago that makes all our pipelines on BC19 and BC20 fail due to the fact that ALOps no longer can find the analyzers!

the used yaml please provide the yaml that you used. It helps you put the yaml like this:

- task: ALOpsAppCompiler@1
  displayName: 'ALOps Compile App'
  inputs:
    usedocker: true
    targetproject: $(AppJsonPath)
    nav_app_version: $(CompilerArgumentForVersionNo)
    al_analyzer: $(CodeAnalyzers)
    app_file_suffix: '_APP'
    failed_on_warnings: $(FailAppOnWarnings)    

See attached log for this step for more details

the output Also the complete output is necessary for us to see what is going on. Also use backtics:

See attached file
[ALOps Compile step.txt](https://github.com/HodorNV/ALOps/files/9038174/ALOps.Compile.step.txt)

Expected behavior Analyzers are identified and compilation works.

Screenshots image image

Additional context Add any other context about the problem here.

waldo1001 commented 2 years ago

Sorry for this - hotfix is on the way .. . This is part of the "usage of the 64-bit compiler" where the referral to the codecops is a bit different than the 32-bit compiler :(.

waldo1001 commented 2 years ago

Hotfix is online - can you verify?

kasperdj commented 2 years ago

The hotfix works, thx