From 9689653fa1535045d6998d88b7afac15155e9180 Mon Sep 17 00:00:00 2001 From: Arlo Godfrey Date: Thu, 24 Oct 2024 17:14:56 -0500 Subject: [PATCH] Update wasm-linux job to only generate solution for wasm multitargets --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e19ef14b..2b32462e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -283,7 +283,7 @@ jobs: - name: Generate solution shell: pwsh working-directory: ./ - run: ./tooling/GenerateAllSolution.ps1${{ env.ENABLE_DIAGNOSTICS == 'true' && ' -UseDiagnostics' || '' }} + run: ./tooling/GenerateAllSolution.ps1${{ env.ENABLE_DIAGNOSTICS == 'true' && ' -UseDiagnostics' || '' }} -MultiTargets wasm # Issue with Comment Links currently, see: https://github.com/mrlacey/CommentLinks/issues/38 # See launch.json configuration file for analogous command we're emulating here to build LINK: ../../.vscode/launch.json:CommunityToolkit.App.Wasm.csproj