File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -336,9 +336,9 @@ task runRemoteWindowsBuild(dependsOn: requireClientSecret) {
336336 }
337337 mkdir fullPackageOutputDir
338338 vmrunWindows ' CopyFileFromGuestToHost' ,
339- [" $remoteCloneDir \\ build\\ fullpackage\\ $finalFileNameWindowsMsi " , " $fullPackageOutputDir /$finalFileNameWindowsMsi " ]
339+ [" $remoteCloneDir \\ app \\ build\\ fullpackage\\ $finalFileNameWindowsMsi " , " $fullPackageOutputDir /$finalFileNameWindowsMsi " ]
340340 vmrunWindows ' CopyFileFromGuestToHost' ,
341- [" $remoteCloneDir \\ build\\ fullpackage\\ $finalFileNameWindowsMsix " , " $fullPackageOutputDir /$finalFileNameWindowsMsix " ]
341+ [" $remoteCloneDir \\ app \\ build\\ fullpackage\\ $finalFileNameWindowsMsix " , " $fullPackageOutputDir /$finalFileNameWindowsMsix " ]
342342 vmrunWindows ' suspend'
343343 }
344344}
You can’t perform that action at this time.
0 commit comments