From 8d6e182b4f9e48f1445d18f89a09d29abc488037 Mon Sep 17 00:00:00 2001 From: michael-hawker <24302614+michael-hawker@users.noreply.github.com> Date: Wed, 2 Aug 2023 07:37:37 -0700 Subject: [PATCH] Try putting tfm back for a minute (and remove possibly unneeded flags) --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be0b4bdc..6840f9f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -175,10 +175,10 @@ jobs: - name: Restore dotnet tools run: dotnet tool restore - - name: Enable WASM TargetFrameworks - shell: pwsh - working-directory: ./${{ env.MULTI_TARGET_DIRECTORY }} - run: ./UseTargetFrameworks.ps1 wasm + #- name: Enable WASM TargetFrameworks + # shell: pwsh + # working-directory: ./${{ env.MULTI_TARGET_DIRECTORY }} + # run: ./UseTargetFrameworks.ps1 wasm - name: Generate solution shell: pwsh @@ -192,7 +192,7 @@ jobs: # See launch.json configuration file for analogous command we're emulating here to build LINK: ../../.vscode/launch.json:CommunityToolkit.App.Wasm.csproj - name: dotnet build working-directory: ./${{ env.HEADS_DIRECTORY }}/AllComponents/Wasm/ - run: dotnet build /r /bl /p:UnoSourceGeneratorUseGenerationHost=true /p:UnoSourceGeneratorUseGenerationController=false + run: dotnet build /r /bl # TODO: Do we want to run tests here? Can we do that on linux easily?