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
While attempting to setup Maui net9.0 runs in the performance pipeline, the primary blocker has been the following error hit during the Podcast app build:
wwwroot/index.html : error : The path '../../../../../../../src/scenarios/mauiiospodcast/app/src/Mobile/wwwroot/index.html' would result in a file outside of the app bundle and cannot be used. [/Users/runner/work/1/s/src/scenarios/mauiiospodcast/app/src/Mobile/Microsoft.NetConf2021.Maui.csproj::TargetFramework=net9.0-ios]
wwwroot/index.html : error : [/Users/runner/work/1/s/src/scenarios/mauiiospodcast/app/src/Mobile/Microsoft.NetConf2021.Maui.csproj::TargetFramework=net9.0-ios]
Properties/launchSettings.json : error : The path '../../../../../../../src/scenarios/mauiiospodcast/app/src/Mobile/Properties/launchSettings.json' would result in a file outside of the app bundle and cannot be used. [/Users/runner/work/1/s/src/scenarios/mauiiospodcast/app/src/Mobile/Microsoft.NetConf2021.Maui.csproj::TargetFramework=net9.0-ios]
Properties/launchSettings.json : error : [/Users/runner/work/1/s/src/scenarios/mauiiospodcast/app/src/Mobile/Microsoft.NetConf2021.Maui.csproj::TargetFramework=net9.0-ios]
Blazor/ListenTogetherComponent.razor : error : The path '../../../../../../../src/scenarios/mauiiospodcast/app/src/Mobile/Blazor/ListenTogetherComponent.razor' would result in a file outside of the app bundle and cannot be used. [/Users/runner/work/1/s/src/scenarios/mauiiospodcast/app/src/Mobile/Microsoft.NetConf2021.Maui.csproj::TargetFramework=net9.0-ios]
Blazor/ListenTogetherComponent.razor : error : [/Users/runner/work/1/s/src/scenarios/mauiiospodcast/app/src/Mobile/Microsoft.NetConf2021.Maui.csproj::TargetFramework=net9.0-ios]
_Imports.razor : error : The path '../../../../../../../src/scenarios/mauiiospodcast/app/src/Mobile/_Imports.razor' would result in a file outside of the app bundle and cannot be used. [/Users/runner/work/1/s/src/scenarios/mauiiospodcast/app/src/Mobile/Microsoft.NetConf2021.Maui.csproj::TargetFramework=net9.0-ios]
_Imports.razor : error : [/Users/runner/work/1/s/src/scenarios/mauiiospodcast/app/src/Mobile/Microsoft.NetConf2021.Maui.csproj::TargetFramework=net9.0-ios]
To get the net9.0 runs started, the podcast scenario will be temporarily disabled.
The text was updated successfully, but these errors were encountered:
LoopedBard3
added
bug
Something isn't working
reenable
Issue that specifies something that was disabled and should eventually be reenabled
labels
Jan 16, 2024
While attempting to setup Maui net9.0 runs in the performance pipeline, the primary blocker has been the following error hit during the Podcast app build:
To get the net9.0 runs started, the podcast scenario will be temporarily disabled.
The text was updated successfully, but these errors were encountered: