Builds should work everywhere now
This commit is contained in:
parent
f1fd1d1159
commit
c88fb170ae
12
NuGet.Config
12
NuGet.Config
@ -1,18 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<packageSources>
|
<packageSources>
|
||||||
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
|
||||||
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
|
||||||
<add key="ImageProcessor" value="https://www.myget.org/F/imageprocessor/api/v3/index.json" />
|
<add key="ImageProcessor" value="https://www.myget.org/F/imageprocessor/api/v3/index.json" />
|
||||||
</packageSources>
|
</packageSources>
|
||||||
<disabledPackageSources>
|
|
||||||
<add key="Image Processor" value="true" />
|
|
||||||
</disabledPackageSources>
|
|
||||||
<packageRestore>
|
|
||||||
<add key="enabled" value="True" />
|
|
||||||
<add key="automatic" value="True" />
|
|
||||||
</packageRestore>
|
|
||||||
<bindingRedirects>
|
|
||||||
<add key="skip" value="False" />
|
|
||||||
</bindingRedirects>
|
|
||||||
</configuration>
|
</configuration>
|
@ -92,7 +92,7 @@ namespace NadekoBot
|
|||||||
ModulePrefixes = new ConcurrentDictionary<string, string>(uow.BotConfig.GetOrCreate().ModulePrefixes.ToDictionary(m => m.ModuleName, m => m.Prefix));
|
ModulePrefixes = new ConcurrentDictionary<string, string>(uow.BotConfig.GetOrCreate().ModulePrefixes.ToDictionary(m => m.ModuleName, m => m.Prefix));
|
||||||
}
|
}
|
||||||
// start handling messages received in commandhandler
|
// start handling messages received in commandhandler
|
||||||
await CommandHandler.StartHandling();
|
await CommandHandler.StartHandling().ConfigureAwait(false);
|
||||||
|
|
||||||
await CommandService.LoadAssembly(Assembly.GetEntryAssembly(), depMap).ConfigureAwait(false);
|
await CommandService.LoadAssembly(Assembly.GetEntryAssembly(), depMap).ConfigureAwait(false);
|
||||||
#if !GLOBAL_NADEKO
|
#if !GLOBAL_NADEKO
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<configuration>
|
|
||||||
<packageSources>
|
|
||||||
<add key="Image Processor" value="https://www.myget.org/F/imageprocessor/api/v3/index.json" protocolVersion="3" />
|
|
||||||
</packageSources>
|
|
||||||
</configuration>
|
|
Loading…
Reference in New Issue
Block a user