diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2021-01-15 04:26:02 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2021-01-15 04:26:02 +0200 |
| commit | 2436ece5b22ee656bb0ec66c23fa890972bf912b (patch) | |
| tree | 3529943a15d1db0b25f714a033a213fdafda8e3b /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common | |
| parent | 66c53d2d182746786fbf314d60f5bed8e850fd22 (diff) | |
| download | Tango-2436ece5b22ee656bb0ec66c23fa890972bf912b.tar.gz Tango-2436ece5b22ee656bb0ec66c23fa890972bf912b.zip | |
Machine_Studio_v4.3.2
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Publish/MachineStudioPublisher.cs | 6 |
1 files changed, 3 insertions, 3 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 eeafa513f..d55324b32 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Publish/MachineStudioPublisher.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Publish/MachineStudioPublisher.cs @@ -281,8 +281,8 @@ namespace Tango.MachineStudio.Common.Publish OnPublishProgress(0, 100, "Checking outgoing commits..."); int commits = git.GetOutgoingCommits().Count; - if (commits > 0) - { + //if (commits > 0) + //{ if (Options.AutoCommitAndPush) { OnPublishProgress(0, 100, "Pushing repository changes..."); @@ -292,7 +292,7 @@ namespace Tango.MachineStudio.Common.Publish { throw new InvalidOperationException($"There are {commits} outgoing commits on the repository. Please push all commits before creating the Tag"); } - } + //} git.Progress += (x, e) => { |
