diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-09-13 10:30:52 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-09-13 10:30:52 +0300 |
| commit | 8b0481cda1e8b82c437087e0932f2e704b76b48c (patch) | |
| tree | aaa102a4c54cc0e11d13d5355ca9663fdd8a1a96 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common | |
| parent | cff46c00f20664985fd851a59476b0bd9cabbe3d (diff) | |
| download | Tango-8b0481cda1e8b82c437087e0932f2e704b76b48c.tar.gz Tango-8b0481cda1e8b82c437087e0932f2e704b76b48c.zip | |
Fixed MS/PPC publishers git repo path.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common')
| -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 514baeab0..b8e82cc2b 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Publish/MachineStudioPublisher.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Publish/MachineStudioPublisher.cs @@ -167,7 +167,7 @@ namespace Tango.MachineStudio.Common.Publish if (Options.CreateTag) { - String repoPath = Path.GetFullPath("../../../../../../"); + String repoPath = Path.GetFullPath("../../../../../"); using (GitRepositoryManager git = new GitRepositoryManager(repoPath, Options.Email, Options.PersonalAccessToken)) { OnPublishProgress(0, 100, "Checking repository changes..."); |
