We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0630c59 commit 4ada1e6Copy full SHA for 4ada1e6
vs/build/build.ps1
@@ -92,7 +92,7 @@ function Build-AgentAndWebview {
92
throw "Agent packaging failed"
93
}
94
95
- if ((Test-Path -Path "../shared/agent/dist/agent-pkg-win-x86.exe") -eq $False) {
+ if ((Test-Path -Path "../shared/agent/dist/agent.exe") -eq $False) {
96
throw "Creating packaged artifacts failed, ensure the agent has been built"
97
98
0 commit comments