actions / runner-images

GitHub Actions runner images
MIT License
10.04k stars 3.03k forks source link

Visual Studio Signature thumbprint do not match expected #10753

Closed MathijsHofkens closed 18 hours ago

MathijsHofkens commented 21 hours ago

Description

azure-arm.build_gallery_image: Downloading package from https://aka.ms/vs/17/release/vs_Enterprise.exe to C:\Users\INSTAL~1\AppData\Local\Temp\vs_Enterprise.exe... azure-arm.build_gallery_image: Package downloaded in 0.3 seconds azure-arm.build_gallery_image: Signature thumbprint do not match expected. azure-arm.build_gallery_image: At C:\Program Files\WindowsPowerShell\Modules\ImageHelpers\InstallHelpers.ps1:972 char:9 azure-arm.build_gallery_image: + throw "Signature thumbprint do not match expected." azure-arm.build_gallery_image: + ~~~~~~~~~~~ azure-arm.build_gallery_image: + CategoryInfo : OperationStopped: (Signature thumb...match expected.:String) [], RuntimeException azure-arm.build_gallery_image: + FullyQualifiedErrorId : Signature thumbprint do not match expected.

Platforms affected

Runner images affected

Image version and build link

windows2022

Is it regression?

no

Expected behavior

Download visual studio enterprise bootstrapper

Actual behavior

azure-arm.build_gallery_image: Downloading package from https://aka.ms/vs/17/release/vs_Enterprise.exe to C:\Users\INSTAL~1\AppData\Local\Temp\vs_Enterprise.exe... azure-arm.build_gallery_image: Package downloaded in 0.3 seconds azure-arm.build_gallery_image: Signature thumbprint do not match expected. azure-arm.build_gallery_image: At C:\Program Files\WindowsPowerShell\Modules\ImageHelpers\InstallHelpers.ps1:972 char:9 azure-arm.build_gallery_image: + throw "Signature thumbprint do not match expected." azure-arm.build_gallery_image: + ~~~~~~~~~~~ azure-arm.build_gallery_image: + CategoryInfo : OperationStopped: (Signature thumb...match expected.:String) [], RuntimeException azure-arm.build_gallery_image: + FullyQualifiedErrorId : Signature thumbprint do not match expected.

Repro steps

Run the create VM pipeline for windows2022

vidyasagarnimmagaddi commented 21 hours ago

Hi @MathijsHofkens , Thanks for bringing the issue. We will update once issue is fixed. thanks

vidyasagarnimmagaddi commented 18 hours ago

Hi @MathijsHofkens , the signature has been updated. Kindly retry by forking latest code from main branch. Closing this issue,Thank you.

MathijsHofkens commented 1 hour ago

Hi @vidyasagarnimmagaddi, visual studio is installing right now but VSIX does not seem to install properly. Created #10755