Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit d7129c4

Browse files
authored
Update build.ps1 (#742)
1 parent 94b525e commit d7129c4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pipelines/build.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@ task Build {
215215
$command = "`"$devenv`" .\TcOpen.test.build.plc.slnf /Rebuild " + "`"$buildConfig|TwinCAT RT (x64)`""
216216

217217
exec{
218-
cmd /c $command
218+
& $devenv .\TcOpen.test.build.plc.slnf /Rebuild "$buildConfig|TwinCAT RT (x64)"
219+
#cmd /c $command
219220
} -maxRetries 2
220221
}
221222

0 commit comments

Comments
 (0)