-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Description
Having a pipeline failing when it comes time to sign where it complains of not finding .NET v10 during our sign task and where .NET v8 is expected to satisfy the AST v7.0.1 fix restoring .NET v8 compatibility:
You must install or update .NET to run this application.
App: C:\Users\VssAdministrator\.dotnet\tools\azuresigntool.exe
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '10.0.0' (x64)
.NET location: C:\hostedtoolcache\windows\dotnet
The following frameworks were found:
6.0.36 at [C:\hostedtoolcache\windows\dotnet\shared\Microsoft.NETCore.App]
8.0.22 at [C:\hostedtoolcache\windows\dotnet\shared\Microsoft.NETCore.App]
The pipeline is using this image where .NET SDK 8->10 are installed. Below is our task installing AST v7.0.1:
"C:\Program Files\dotnet\dotnet.exe" tool install --global AzureSignTool
You can invoke the tool using the following command: azuresigntool
Tool 'azuresigntool' (version '7.0.1') was successfully installed.
Metadata
Metadata
Assignees
Labels
No labels