Winforms: Test errors in Pipelines include Msbuild environment variable names

Created on 20 Apr 2020  路  9Comments  路  Source: dotnet/winforms

See https://dev.azure.com/dnceng/public/_build/results?buildId=607683&view=ms.vss-test-web.build-test-results-tab

image

We have $(AgentOsName) in the logs which should be replaced with the real value

CI external issue test-bug

All 9 comments

To make it a little more obvious:
image

This might be connected to https://github.com/dotnet/arcade/pull/5156. @chcosta, @davidfowl, is this behavior intended? Do winforms need to pass the arguments explicitly now in the same way aspnetcore does? Or maybe this is already being fixed in https://github.com/dotnet/arcade/pull/5171 by @anurse?

Yes https://github.com/dotnet/arcade/pull/5171 needs to be merged asap

dotnet/arcade#5171 has been merged.

Maybe we're not updated to latest arcade (https://github.com/dotnet/winforms/pull/3369)

Hmm, I think you may be correct - it was merged 3 weeks ago, but the last we merged an update from arcade was 19 days ago...

Yes I think that may be why I'm also still seeing the Write-PipelineTelemetryError: not a valid identifier errors that were mentioned in https://github.com/dotnet/arcade/pull/5388#discussion_r431737627

With #3369 merged, presume it fixed (second time lucky 馃槃).
Will re-open, if it's still not fixed.

Was this page helpful?
0 / 5 - 0 ratings