Skip to content

Commit

Permalink
Remove possibly unneeded build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-hawker committed Aug 2, 2023
1 parent fc41152 commit d47a033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 d47a033

Please sign in to comment.