79807240

Date: 2025-11-02 16:20:54
Score: 1.5
Natty:
Report link

Silly mistake. The issue is on this line:

Write-Host "::vso[task.setvariable variable=SolutionName;]$SolutionName"

Which should be:

Write-Host "##vso[task.setvariable variable=SolutionName;]$SolutionName"

Not sure why I was using colons...

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
Posted by: B-Rad