Skip to content

Commit 0b106c0

Browse files
jeromelabanMartinZikmund
authored andcommitted
chore: Build winappsdk using unpackaged mode
1 parent 316a7ed commit 0b106c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/stage-build-samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
# NOTE: Currently, the CI just validates that the sample builds, and we don't publish actual apps.
7878
# In future, if we publish actual apps, it could happen that AndroidAddKeepAlives=false may cause issues.
7979
# So it will be safer to remove it. For now, we set it to false as it makes the build much faster.
80-
dotnet build $(solutionPath) /p:AndroidAddKeepAlives=false /p:Configuration=Release /p:WasmShellMonoRuntimeExecutionMode=Interpreter /p:PublishTrimmed=false /p:WasmShellILLinkerEnabled=false /p:EnableCoreMrtTooling=false /p:RunAOTCompilation=false /p:MtouchUseLlvm=false "/bl:$(build.artifactstagingdirectory)\$(Agent.JobName).binlog"
80+
dotnet build $(solutionPath) /p:AndroidAddKeepAlives=false /p:Configuration=Release /p:WasmShellMonoRuntimeExecutionMode=Interpreter /p:PublishTrimmed=false /p:WasmShellILLinkerEnabled=false /p:EnableCoreMrtTooling=false /p:RunAOTCompilation=false /p:MtouchUseLlvm=false /p:WindowsAppSDKSelfContained=false /p:WindowsPackageType=None "/bl:$(build.artifactstagingdirectory)\$(Agent.JobName).binlog"
8181
8282
# Locate test projects and execute tests if applicable.
8383
$folderPath = [System.IO.Path]::GetDirectoryName("$(solutionPath)")

0 commit comments

Comments
 (0)