diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-12-06 20:20:03 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-12-06 20:20:03 +0200 |
| commit | 340e0d4adcce52152c880eccfdb7016574e853ed (patch) | |
| tree | d86496e10ea972c3834b1b768405b3fb1582ef85 /Software/Visual_Studio/MachineStudio | |
| parent | fae03971ef93b5e773783e77abc72d2993bee2ab (diff) | |
| download | Tango-340e0d4adcce52152c880eccfdb7016574e853ed.tar.gz Tango-340e0d4adcce52152c880eccfdb7016574e853ed.zip | |
Changed MS & PPC publisher from push to sync.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Publish/MachineStudioPublisher.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Publish/MachineStudioPublisher.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Publish/MachineStudioPublisher.cs index 25c81fcf4..eeafa513f 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Publish/MachineStudioPublisher.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Publish/MachineStudioPublisher.cs @@ -286,7 +286,7 @@ namespace Tango.MachineStudio.Common.Publish if (Options.AutoCommitAndPush) { OnPublishProgress(0, 100, "Pushing repository changes..."); - git.Push(); + git.Sync(); } else { |
