File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 21
21
ENABLE_DIAGNOSTICS : false
22
22
# COREHOST_TRACE: 1
23
23
COREHOST_TRACEFILE : corehosttrace.log
24
+ MULTI_TARGET_DIRECTORY : tooling/MultiTarget
25
+ HEADS_DIRECTORY : tooling/ProjectHeads
24
26
25
27
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
26
28
jobs :
60
62
platform : [WinUI2, WinUI3]
61
63
62
64
env :
63
- MULTI_TARGET_DIRECTORY : tooling/MultiTarget
64
65
# faux-ternary expression to select which platforms to build for each platform vs. duplicating step below.
65
66
TARGET_PLATFORMS : ${{ matrix.platform != 'WinUI3' && 'all' || 'all-uwp' }}
66
67
TEST_PLATFORM : ${{ matrix.platform != 'WinUI3' && 'UWP' || 'WinAppSdk' }}
@@ -153,8 +154,6 @@ jobs:
153
154
154
155
wasm-linux :
155
156
runs-on : ubuntu-latest
156
- env :
157
- HEADS_DIRECTORY : tooling/ProjectHeads
158
157
159
158
steps :
160
159
- name : Install .NET SDK v${{ env.DOTNET_VERSION }}
@@ -176,6 +175,11 @@ jobs:
176
175
- name : Restore dotnet tools
177
176
run : dotnet tool restore
178
177
178
+ - name : Enable WASM TargetFrameworks
179
+ shell : pwsh
180
+ working-directory : ./${{ env.MULTI_TARGET_DIRECTORY }}
181
+ run : ./UseTargetFrameworks.ps1 wasm
182
+
179
183
- name : Generate solution
180
184
shell : pwsh
181
185
working-directory : ./
You can’t perform that action at this time.
0 commit comments