Skip to content

Commit

Permalink
chore: Build winappsdk using unpackaged mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored and agneszitte committed Apr 25, 2024
1 parent 0aa4992 commit 81817c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/stage-build-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
# NOTE: Currently, the CI just validates that the sample builds, and we don't publish actual apps.
# In future, if we publish actual apps, it could happen that AndroidAddKeepAlives=false may cause issues.
# So it will be safer to remove it. For now, we set it to false as it makes the build much faster.
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"
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"
# Locate test projects and execute tests if applicable.
$folderPath = [System.IO.Path]::GetDirectoryName("$(solutionPath)")
Expand Down

0 comments on commit 81817c2

Please sign in to comment.