Forum Discussion

simonaferrara's avatar
simonaferrara
Frequent Contributor
2 months ago

Open log downloaded from AzureDevOps release pipeline

Hi all,

every time I download my automatic test's log from AzureDevOps release pipeline, I cannot immediately see it with any browser, since it sounds like empty, and there is this error within browser console:



I've found a workaround to this issue by set to true "Unblock" within the file Security property, that is by default set to false:



When I set "Unblock" to true, then I can correctly open the log:



Do you experience this issue also?

Do you have a trick to be applied to avoid the need to manually unblock every downloaded file to have the possibility to open it?

Thanks!

Regards,

Simona

2 Replies

  • rraghvani's avatar
    rraghvani
    Icon for Champion Level 3 rankChampion Level 3

    It's a Windows security feature called the "Mark of the Web" (MOTW). It flags files downloaded from the internet (or other untrusted zones like network shares) by adding metadata, causing Windows to treat them as potentially unsafe.

    Usually it's disabled by the IT Team, if you're in a managed corporate environment. However, they can configure Group Policy to allow exceptions.