Skip to content

Commit

Permalink
Try putting tfm back for a minute (and remove possibly unneeded flags)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-hawker committed Aug 2, 2023
1 parent dbaf0cb commit 8d6e182
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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?

Expand Down

0 comments on commit 8d6e182

Please sign in to comment.