Current behavior
The CI scripts that come with the templates (for GitHub Action and Azure DevOps) fail with messages that wasm-tools isn't installed or that the android workload isn't installed.
It seems that this is due to using msbuild instead of dotnet build/publish
Expected behavior
it should build
Affected platforms
iOS, Skia, WebAssembly, Android, Windows (WinAppSdk)
Template Host
dotnet new, Visual Studio
Host OS
macOS, Linux, Windows
Template Options
latest
Template Version
Anything else we need to know?
No response
Current behavior
The CI scripts that come with the templates (for GitHub Action and Azure DevOps) fail with messages that wasm-tools isn't installed or that the android workload isn't installed.
It seems that this is due to using
msbuildinstead ofdotnet build/publishExpected behavior
it should build
Affected platforms
iOS, Skia, WebAssembly, Android, Windows (WinAppSdk)
Template Host
dotnet new, Visual Studio
Host OS
macOS, Linux, Windows
Template Options
latest
Template Version
Anything else we need to know?
No response