Configuration/Global.json
|
{
"packageModel": { "preferredTargetInstallDirectory": "%LOCALAPPDATA%/Eigenverft.Manifested.Sandbox/Installs", "repositorySources": { "EigenverftModule": { "kind": "moduleLocal", "definitionRoot": "Repositories/EigenverftModule" } }, "localRepositoryRoot": "%LOCALAPPDATA%/Eigenverft.Manifested.Sandbox/PackageRepositories", "acquisitionEnvironment": { "stores": { "installWorkspaceDirectory": "%LOCALAPPDATA%/Eigenverft.Manifested.Sandbox/InstallWorkspace", "defaultPackageDepotDirectory": "%LOCALAPPDATA%/Eigenverft.Manifested.Sandbox/DefaultPackageDepot" }, "defaults": { "allowFallback": true, "mirrorDownloadedArtifactsToDefaultPackageDepot": true }, "tracking": { "packageFileIndexFilePath": "%LOCALAPPDATA%/Eigenverft.Manifested.Sandbox/package-file-index.json" } }, "packageState": { "indexFilePath": "%LOCALAPPDATA%/Eigenverft.Manifested.Sandbox/package-state-index.json" }, "selectionDefaults": { "releaseTrack": "stable", "strategy": "latestByVersion" } } } |