Fix: Warnings and view build issues during dotnet publish (#3902)

This commit is contained in:
Nicolas Dorier
2022-06-28 17:38:59 +09:00
committed by GitHub
parent d43bdcc1a2
commit c63529ea99
4 changed files with 5 additions and 10 deletions

View File

@@ -72,7 +72,7 @@ namespace BTCPayServer.PluginPacker
{
await CreateShasums("powershell.exe", sha256dirs, outputDir);
}
catch (Exception e)
catch (Exception)
{
try
{