tasadar2

Results 6 comments of tasadar2

For those still interested, I managed to set this up with my local feed application. As @Reeywhaar mentioned, the application needs to handle a url protocol. Many old rss apps...

We are currently experiencing the same issue. We have been using `mcr.microsoft.com/dotnet/core/sdk:2.2.204` to avoid the performance degradation issue which is now resolved. But when attempting the latest `mcr.microsoft.com/dotnet/core/sdk`, currently `b4c25c26dc73f498073fcdb4aefe167793eb3a8c79effa76df768006b5c345b8`,...

Still appears to be an issue. image: `mcr.microsoft.com/dotnet/core/sdk@sha256:a50e175acd618c3e90bc91dceb5194e6c3764c5b4d179390cef874a887476ba9` example: [https://circleci.com/gh/tasadar2/vstest-issue-2080/7](https://circleci.com/gh/tasadar2/vstest-issue-2080/7)

Looks like this is still an issue on the recent 3.0. image: `mcr.microsoft.com/dotnet/core/sdk@sha256:3afea8958440231a77b3daea267951cc8ba9026fc1015bcbccc206d6f1d031f7` example: [https://app.circleci.com/jobs/github/tasadar2/vstest-issue-2080/10](https://app.circleci.com/jobs/github/tasadar2/vstest-issue-2080/10)

That arg produces the same results, [https://app.circleci.com/jobs/github/tasadar2/vstest-issue-2080/11](https://app.circleci.com/jobs/github/tasadar2/vstest-issue-2080/11)

Though, when quoting the argument value, that seems to work `--logger:"console;noprogress=true"` [https://app.circleci.com/jobs/github/tasadar2/vstest-issue-2080/14](https://app.circleci.com/jobs/github/tasadar2/vstest-issue-2080/14)