You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##[error]Aggregation Exception thrown, One or more errors occurred., first Exception message is: Object reference not set to an instance of an object.
#145
Open
David-hughes8 opened this issue
Jan 19, 2024
· 0 comments
I'm using the LogicAppTemplate at the being of a build pipeline in MS DevOps. Unfrotunately the inline script returns:
##[error]Aggregation Exception thrown, One or more errors occurred., first Exception message is: Object reference not set to an instance of an object., for more information read the output file.
When i run:
$token= & az account get-access-token --resource=https://database.windows.net --query accessToken
Write-Host "##vso[task.setvariable variable=sqlToken;isOutput=true]$token"
I'm using the LogicAppTemplate at the being of a build pipeline in MS DevOps. Unfrotunately the inline script returns:
When i run:
$token= & az account get-access-token --resource=https://database.windows.net --query accessToken
Write-Host "##vso[task.setvariable variable=sqlToken;isOutput=true]$token"
I did put in the parameter -DebugOutPutFolder "$(System.DefaultWorkingDirectory)" but the debug file hasn't appeared neither.
Any ideas what could be missing?
Thanks
The text was updated successfully, but these errors were encountered: