Compose store symbols to the correct location
This commit is contained in:
parent
8fbac32ed8
commit
c53c133bcb
|
|
@ -90,8 +90,8 @@ namespace RepoTasks
|
||||||
|
|
||||||
if (!existingFiles.TryGetValue(id, out var versions) || !versions.Contains(version))
|
if (!existingFiles.TryGetValue(id, out var versions) || !versions.Contains(version))
|
||||||
{
|
{
|
||||||
var destinationDir = Path.Combine(StoreDestination, recursiveDir);
|
var destinationDir = Path.Combine(SymbolsDestination, recursiveDir);
|
||||||
if (!Directory.Exists(Path.Combine(StoreDestination, recursiveDir)))
|
if (!Directory.Exists(Path.Combine(SymbolsDestination, recursiveDir)))
|
||||||
{
|
{
|
||||||
Directory.CreateDirectory(destinationDir);
|
Directory.CreateDirectory(destinationDir);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue