diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-12-06 15:47:31 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-12-06 15:47:31 +0200 |
| commit | fae03971ef93b5e773783e77abc72d2993bee2ab (patch) | |
| tree | 071ec21b8ae4e86f4ad9fb2d0bfd4d0b65df9cc3 /Software/Visual_Studio | |
| parent | 7e8b822b56406bc29fc2d363555f86dddfb9af1b (diff) | |
| download | Tango-fae03971ef93b5e773783e77abc72d2993bee2ab.tar.gz Tango-fae03971ef93b5e773783e77abc72d2993bee2ab.zip | |
Some changes to FSE publisher.
Diffstat (limited to 'Software/Visual_Studio')
| -rw-r--r-- | Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI/MainWindowVM.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI/MainWindowVM.cs b/Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI/MainWindowVM.cs index 198b8a33a..9fe03cece 100644 --- a/Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI/MainWindowVM.cs +++ b/Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI/MainWindowVM.cs @@ -350,13 +350,11 @@ namespace Tango.FSE.Publisher.UI UpdateProgress("Version published successfully!", false, 100, 100); ShowInfo("Tango FSE published successfully!"); + IsFree = true; } catch (Exception ex) { ShowError($"Error while trying to publish Tango FSE\n{ex.FlattenMessage()}"); - } - finally - { IsFree = true; } } |
