Skip to content

Commit 0a30b77

Browse files
author
Brian Canzanella
committed
fix VS build
1 parent 4ada1e6 commit 0a30b77

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: vs/build/build.ps1

+5
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ function Build-AgentAndWebview {
9696
throw "Creating packaged artifacts failed, ensure the agent has been built"
9797
}
9898

99+
Copy-Item -Path ..\shared\agent\dist\agent.exe -Destination src\CodeStream.VisualStudio\dist\agent.exe -Force
100+
if ($LastExitCode -ne 0) {
101+
throw "Copying packaged artifacts failed"
102+
}
103+
99104
Write-Log "Packaging agent completed"
100105

101106
Write-Log "Build-AgentAndWebview completed in {$(Get-ElapsedTime($timer))}"

0 commit comments

Comments
 (0)