Error "Cannot access a closed Stream" when building WinUI app #17169
-
Hello. I build a WinUI app in Azure DevOps with
Below is the pipeline I use: |
Beta Was this translation helpful? Give feedback.
Answered by
jeromelaban
Jul 12, 2024
Replies: 1 comment 10 replies
-
Thanks for the report. Are you able to provide a binlog? Could you also specify which step is causing this issue? |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to find msbuild using vswhere:
uno/build/test-scripts/run-netcore-mobile-template-tests.ps1
Line 22 in b9ecb08