diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-09-14 10:01:13 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-09-14 10:01:13 +0300 |
| commit | bfeb0128f931f1a122d00d0fdb2e4a3b8d1ac353 (patch) | |
| tree | 11b309037832813459a313b07109ad3e7160cb05 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common | |
| parent | 57800c7c60ca335463a54abf148049615fc51c59 (diff) | |
| parent | 56f4fcc504a5a60bb59e48b010aad85f75c4648e (diff) | |
| download | Tango-bfeb0128f931f1a122d00d0fdb2e4a3b8d1ac353.tar.gz Tango-bfeb0128f931f1a122d00d0fdb2e4a3b8d1ac353.zip | |
merge
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..."); |
