File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
samples/calculator/CalculatorComposed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 29
29
- name : Prepare WASM SDKs
30
30
run : dotnet msbuild src/WitBindgen/build/BytecodeAlliance.Componentize.DotNet.WitBindgen.targets /t:PrepareWasmSdks
31
31
- name : Build
32
- run : dotnet build --no-restore /p:BuildNumber=${{ github.run_number }}
32
+ run : dotnet publish --no-restore /p:BuildNumber=${{ github.run_number }}
33
33
- name : Test
34
34
run : dotnet test --no-build --verbosity normal
35
35
- name : Pack
Original file line number Diff line number Diff line change 8
8
9
9
<PropertyGroup >
10
10
<TargetFramework >net8.0</TargetFramework >
11
+ <RuntimeIdentifier >wasi-wasm</RuntimeIdentifier >
12
+ <IlcExportUnmanagedEntrypoints >true</IlcExportUnmanagedEntrypoints >
13
+ <PublishTrimmed >false</PublishTrimmed >
11
14
</PropertyGroup >
12
15
13
16
<ItemGroup >
Original file line number Diff line number Diff line change 38
38
<RemoveDir Directories =" ..\testapps\E2EProducer\obj" />
39
39
<RemoveDir Directories =" ..\testapps\E2EConsumer\obj" />
40
40
<Exec Command =" dotnet restore --no-cache" WorkingDirectory =" ..\testapps\E2EConsumer" />
41
- <Exec Command =" dotnet build --no-restore /bl" WorkingDirectory =" ..\testapps\E2EConsumer" />
41
+ <Exec Command =" dotnet publish /bl" WorkingDirectory =" ..\testapps\E2EConsumer" />
42
42
</Target >
43
43
44
44
<Target Name =" PackPackagesForE2ETest" >
You can’t perform that action at this time.
0 commit comments