[
    {
        "UpdateStageName": "SteamCMD Download",
        "UpdateSourcePlatform": "All",
        "UpdateSource": "SteamCMD",
        "UpdateSourceData": "3093190",
        "UpdateSourceArgs": "860020",
        "UpdateSourceVersion": "{{ServerBranch}}",
        "SkipOnFailure": false
    },
    {
        "UpdateStageName": "SteamCMD Component Download",
        "UpdateSourcePlatform": "Windows",
        "UpdateSource": "SteamCMD",
        "UpdateSourceData": "1007",
        "UpdateSourceTarget": "{{$FullBaseDir}}Exfil/Binaries/Win64",
        "UpdateSourceArgs": "860020",
        "SkipOnFailure": false
    },
    {
        "UpdateStageName": "DedicatedSettings.JSON.sample Copy",
        "UpdateSourcePlatform": "All",
        "UpdateSource": "CopyFilePath",
        "UpdateSourceData": "{{$FullBaseDir}}Exfil/Saved/ServerSettings/DedicatedSettings.JSON",
        "UpdateSourceArgs": "{{$FullBaseDir}}Exfil/Saved/ServerSettings/DedicatedSettings.JSON.sample",
        "OverwriteExistingFiles": false,
        "SkipOnFailure": false
    },
    {
        "UpdateStageName": "ServerSettings.JSON.sample Copy",
        "UpdateSourcePlatform": "All",
        "UpdateSource": "CopyFilePath",
        "UpdateSourceData": "{{$FullBaseDir}}Exfil/Saved/ServerSettings/ServerSettings.JSON",
        "UpdateSourceArgs": "{{$FullBaseDir}}Exfil/Saved/ServerSettings/ServerSettings.JSON.sample",
        "OverwriteExistingFiles": false,
        "SkipOnFailure": false
    },
    {
        "UpdateStageName": "Community.JSON.sample Copy",
        "UpdateSourcePlatform": "All",
        "UpdateSource": "CopyFilePath",
        "UpdateSourceData": "{{$FullBaseDir}}Exfil/Saved/ServerSettings/Community.JSON",
        "UpdateSourceArgs": "{{$FullBaseDir}}Exfil/Saved/ServerSettings/Community.JSON.sample",
        "OverwriteExistingFiles": false,
        "SkipOnFailure": false
    },
    {
        "UpdateStageName": "AdminSettings.JSON Creation",
        "UpdateSourcePlatform": "All",
        "UpdateSource": "CreateFile",
        "UpdateSourceData": "{\n   \"AdminList\": [],\n   \"BanList\": []\n}",
        "UpdateSourceArgs": "{{$FullBaseDir}}Exfil/Saved/ServerSettings/AdminSettings.JSON",
        "OverwriteExistingFiles": false
    }
]