Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .azure-pipelines/templates/Rust.Build.Job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
wxc-windows-sandbox-daemon.exe
wxc-windows-sandbox-guest.exe
wxc-test-proxy.exe
mxc-diagnostic-console.exe

# Linux specific variables
${{ if eq(item.os, 'linux') }}:
Expand Down Expand Up @@ -194,4 +195,4 @@ jobs:
displayName: Publish
inputs:
path: '$(outputDirectory)/$(targetTriple)'
artifactName: $(artifactBaseName)
artifactName: $(artifactBaseName)
2 changes: 1 addition & 1 deletion sdk/tests/integration/test-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export const EXPECTED_WINDOWS_BINARIES = [
'wxc-test-proxy.exe',
'wxc-windows-sandbox-daemon.exe',
'wxc-windows-sandbox-guest.exe',
'mxc-diagnostic-console.exe',
];

export const EXPECTED_LINUX_BINARIES = [
Expand Down Expand Up @@ -354,4 +355,3 @@ export function startTestProxy(dir: string): { port: number; proxyProcess: Child

return { port, proxyProcess };
}

Loading