aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2020-12-06 15:47:31 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2020-12-06 15:47:31 +0200
commitfae03971ef93b5e773783e77abc72d2993bee2ab (patch)
tree071ec21b8ae4e86f4ad9fb2d0bfd4d0b65df9cc3 /Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI
parent7e8b822b56406bc29fc2d363555f86dddfb9af1b (diff)
downloadTango-fae03971ef93b5e773783e77abc72d2993bee2ab.tar.gz
Tango-fae03971ef93b5e773783e77abc72d2993bee2ab.zip
Some changes to FSE publisher.
Diffstat (limited to 'Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI')
-rw-r--r--Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI/MainWindowVM.cs4
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;
}
}