Skip to content

Commit 6a4ae3e

Browse files
Remove unneeded build flags
1 parent 79aa967 commit 6a4ae3e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
# See launch.json configuration file for analogous command we're emulating here to build LINK: ../../.vscode/launch.json:CommunityToolkit.App.Wasm.csproj
193193
- name: dotnet build
194194
working-directory: ./${{ env.HEADS_DIRECTORY }}/AllComponents/Wasm/
195-
run: dotnet build /r /bl /p:UnoSourceGeneratorUseGenerationHost=true /p:UnoSourceGeneratorUseGenerationController=false
195+
run: dotnet build /r /bl
196196

197197
# TODO: Do we want to run tests here? Can we do that on linux easily?
198198

.vscode/launch.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
"build",
1212
"/r",
1313
"/bl",
14-
"/p:UnoSourceGeneratorUseGenerationHost=true",
15-
"/p:UnoSourceGeneratorUseGenerationController=false",
1614
"/p:UnoRemoteControlPort=443",
1715
"--project=${workspaceFolder}/tooling/ProjectHeads/AllComponents/Wasm/CommunityToolkit.App.Wasm.csproj"
1816
],

0 commit comments

Comments
 (0)