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
We have started to see access denied errors in our Windows Server 2019 builds using your template. The failure occurs when calling the Invoke-Cleanup.ps1 script:
I can reproduce this issue, correct. I can also reproduce it on a very minimal build (basically only installing PowerShell). With the fix described in comment #11448 (comment) above the issue goes away.
Description
We have started to see access denied errors in our Windows Server 2019 builds using your template. The failure occurs when calling the
Invoke-Cleanup.ps1
script:Platforms affected
Runner images affected
Image version and build link
N/A (new image build issue)
Is it regression?
No
Expected behavior
No access denied error.
Actual behavior
The
Remove-Item
call throws anAccess is denied
error.Repro steps
Has started to happen when we run a normal Windows Server 2019 image build.
The text was updated successfully, but these errors were encountered: