Skip to content

Commit

Permalink
Update build.ps1 (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
PTKu authored Aug 26, 2024
1 parent 94b525e commit d7129c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pipelines/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ task Build {
$command = "`"$devenv`" .\TcOpen.test.build.plc.slnf /Rebuild " + "`"$buildConfig|TwinCAT RT (x64)`""

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

Expand Down

0 comments on commit d7129c4

Please sign in to comment.