sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Advertising manifest messages showing up during install

Open marcpopMSFT opened this issue 3 years ago • 1 comments

C:\test>dotnet workload install maui ios maccatalyst android  --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json  --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json  --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json --source https://api.nuget.org/v3/index.json

Advertising manifest not updated. Manifest package for microsoft.net.sdk.maui doesn't exist.
Advertising manifest not updated. Manifest package for microsoft.net.workload.emscripten doesn't exist.
Advertising manifest not updated. Manifest package for microsoft.net.sdk.android doesn't exist.
Advertising manifest not updated. Manifest package for microsoft.net.workload.mono.toolchain doesn't exist.

We shouldn't be showing these messages at all. Also during testing admin installs, it looks like we're looking in the wrong place for the advertising manifests (according to Jacques):

C:\test>dotnet workload install maui ios maccatalyst android  --from-rollback-file https://maui.blob.core.windows.net/metadata/rollbacks/6.0.4xx-sr3.json --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json  --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json  --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json --source https://api.nuget.org/v3/index.json

Workload(s) 'android ios maccatalyst maui' are already installed.
Skipping NuGet package signature verification.
Failed to update the advertising manifest microsoft.net.sdk.tvos: Failed to extract information from MSI: C:\Users\WDAGUtilityAccount\AppData\Local\Temp\d79c40da-6861-471c-9a26-6de5975949a0\data\Microsoft.NET.Sdk.tvOS.Manifest-6.0.400.15.4.440-x64.msi.
Failed to update the advertising manifest microsoft.net.sdk.macos: Failed to extract information from MSI: C:\Users\WDAGUtilityAccount\AppData\Local\Temp\c5339238-80b9-4907-b3a2-a49cca958a57\data\Microsoft.NET.Sdk.macOS.Manifest-6.0.400.12.3.440-x64.msi.
Failed to update the advertising manifest microsoft.net.sdk.maccatalyst: Failed to extract information from MSI: C:\Users\WDAGUtilityAccount\AppData\Local\Temp\cabd7fce-12a7-411a-ade1-ccf6e05d301d\data\Microsoft.NET.Sdk.MacCatalyst.Manifest-6.0.400.15.4.440-x64.msi.
Failed to update the advertising manifest microsoft.net.workload.mono.toolchain: Failed to extract information from MSI: C:\Users\WDAGUtilityAccount\AppData\Local\Temp\4d113a51-82c4-4772-b944-73723615af0e\data\Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.300.6.0.7-x64.msi.
Failed to update the advertising manifest microsoft.net.sdk.android: Failed to extract information from MSI: C:\Users\WDAGUtilityAccount\AppData\Local\Temp\943cb9c7-d6d6-4648-9589-f82993800dca\data\Microsoft.NET.Sdk.Android.Manifest-6.0.300.32.0.442-x64.msi.

marcpopMSFT avatar Jul 15 '22 21:07 marcpopMSFT

I've just update the SDKs on my laptop and build agents to 6.0.400 and I've just noticed I'm getting similar messages on all machines performing any 'dotnet workload' action.

Failed to update the advertising manifest microsoft.net.sdk.android: Failed to extract information from MSI: C:\Users\{username}\AppData\Local\Temp\d32404c1-b59f-46f0-b14a-507ab09cb679\data\Microsoft.NET.Sdk.Android.Manifest-6.0.400.32.0.448-x64.msi.
Failed to update the advertising manifest microsoft.net.sdk.ios: Failed to extract information from MSI: C:\Users\{username}\AppData\Local\Temp\4c95de75-41bb-4b40-97d0-75a20e0b1f5c\data\Microsoft.NET.Sdk.iOS.Manifest-6.0.400.15.4.447-x64.msi.
Failed to update the advertising manifest microsoft.net.sdk.maccatalyst: Failed to extract information from MSI: C:\Users\{username}\AppData\Local\Temp\0edef765-4bc0-439c-b63e-b1dccf1c8765\data\Microsoft.NET.Sdk.MacCatalyst.Manifest-6.0.400.15.4.447-x64.msi.
Failed to update the advertising manifest microsoft.net.workload.emscripten: Failed to extract information from MSI: C:\Users\{username}\AppData\Local\Temp\9dc897fb-c934-41be-8f7f-85f51c5936b8\data\Microsoft.NET.Workload.Emscripten.Manifest-6.0.300.6.0.4-x64.msi.
Failed to update the advertising manifest microsoft.net.sdk.tvos: Failed to extract information from MSI: C:\Users\{username}\AppData\Local\Temp\0dc456a0-c2fe-4778-82fe-38b550595990\data\Microsoft.NET.Sdk.tvOS.Manifest-6.0.400.15.4.447-x64.msi.
Failed to update the advertising manifest microsoft.net.workload.mono.toolchain: Failed to extract information from MSI: C:\Users\{username}\AppData\Local\Temp\eeaedec1-34c1-4923-9bf3-125234bce014\data\Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.300.6.0.8-x64.msi.
Failed to update the advertising manifest microsoft.net.sdk.macos: Failed to extract information from MSI: C:\Users\{username}\AppData\Local\Temp\a9da6d84-18b1-4e1e-9bac-30376a008735\data\Microsoft.NET.Sdk.macOS.Manifest-6.0.400.12.3.447-x64.msi.

Kumnaa avatar Aug 10 '22 09:08 Kumnaa