Commit critical import artifacts
This commit is contained in:
@@ -7,7 +7,7 @@ public sealed class RepositoryPaths
|
||||
RootPath = rootPath;
|
||||
ManifestPath = Path.Combine(rootPath, "sources", "critical-import-manifest.json");
|
||||
DefaultDatabasePath = Path.Combine(rootPath, "src", "RolemasterDb.App", "rolemaster.db");
|
||||
ArtifactsRootPath = Path.Combine(rootPath, "artifacts", "import", "critical");
|
||||
ArtifactsRootPath = Path.Combine(rootPath, "src", "RolemasterDb.App", "import-artifacts", "critical");
|
||||
}
|
||||
|
||||
public string RootPath { get; }
|
||||
@@ -31,4 +31,4 @@ public sealed class RepositoryPaths
|
||||
|
||||
throw new InvalidOperationException("Could not discover the repository root from the current directory.");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user