Skip to content

Commit 9b0cb4b

Browse files
committed
chore: Use dotnet build
1 parent 6e041df commit 9b0cb4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ steps:
2626
Set-PSDebug -Trace 1
2727
Write-Host "${{ parameters.path }}"
2828
29-
& $env:msbuildpath "${{ parameters.path }}" /r /p:AndroidAddKeepAlives=false /p:Configuration=Release /p:WasmShellMonoRuntimeExecutionMode=Interpreter /p:PublishTrimmed=false /p:WasmShellILLinkerEnabled=false /p:RunAOTCompilation=false /p:MtouchUseLlvm=false /ds "/bl:$(build.artifactstagingdirectory)\$(Agent.JobName).binlog" ;
29+
dotnet build "${{ parameters.path }}" /p:AndroidAddKeepAlives=false /p:Configuration=Release /p:WasmShellMonoRuntimeExecutionMode=Interpreter /p:PublishTrimmed=false /p:WasmShellILLinkerEnabled=false /p:RunAOTCompilation=false /p:MtouchUseLlvm=false "/bl:$(build.artifactstagingdirectory)\$(Agent.JobName).binlog" ;
3030
3131
$folderPath = [System.IO.Path]::GetDirectoryName("${{ parameters.path }}");
3232

0 commit comments

Comments
 (0)