Fix scheduling startup backlog catch-up
Forward-port scheduling startup backlog catch-up fix to main.
This commit is contained in:
parent
292e4bd3ea
commit
67d765ec6d
|
|
@ -4,7 +4,6 @@
|
|||
<packageSources>
|
||||
<clear />
|
||||
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />
|
||||
<add key="cshells-feedz" value="https://f.feedz.io/sfmskywalker/cshells/nuget/index.json" />
|
||||
<add key="elsa-preview-feedz" value="https://f.feedz.io/elsa-workflows/elsa-3/nuget/index.json" />
|
||||
<add key="valence-loom-feedz" value="https://f.feedz.io/valence-works/loom/nuget/index.json" />
|
||||
</packageSources>
|
||||
|
|
@ -14,10 +13,6 @@
|
|||
<package pattern="CShells" />
|
||||
<package pattern="CShells.*" />
|
||||
</packageSource>
|
||||
<packageSource key="cshells-feedz">
|
||||
<package pattern="CShells" />
|
||||
<package pattern="CShells.*" />
|
||||
</packageSource>
|
||||
<packageSource key="elsa-preview-feedz">
|
||||
<package pattern="Elsa.Platform.PackageManifest.Generator" />
|
||||
<package pattern="Elsa.Platform.PackageManifest" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue