Skip to content

Commit 4ada1e6

Browse files
author
Brian Canzanella
committed
fix VS build
1 parent 0630c59 commit 4ada1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vs/build/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function Build-AgentAndWebview {
9292
throw "Agent packaging failed"
9393
}
9494

95-
if ((Test-Path -Path "../shared/agent/dist/agent-pkg-win-x86.exe") -eq $False) {
95+
if ((Test-Path -Path "../shared/agent/dist/agent.exe") -eq $False) {
9696
throw "Creating packaged artifacts failed, ensure the agent has been built"
9797
}
9898

0 commit comments

Comments
 (0)