Git Repo Address GitHub Repo to clone
I.E. https://github.com/parkervcp/repo_name | GIT_ADDRESS | none | nullable|string |
Install Branch The branch to install. | BRANCH | none | nullable|string |
User Uploaded Files Skip all the install stuff if you are letting a user upload files.
0 = false (default)
1 = true | USER_UPLOAD | 0 | required|boolean |
Auto Update Pull the latest files on startup when using a GitHub repo. | AUTO_UPDATE | 0 | required|boolean |
Git Username Username to auth with git. | USERNAME | none | nullable|string |
Git Access Token Password to use with git.
It's best practice to use a Personal Access Token.
https://github.com/settings/tokens
https://gitlab.com/-/profile/personal_access_tokens | ACCESS_TOKEN | none | nullable|string |
project file The main project file if multiple are present | PROJECT_FILE | none | nullable|string |
Project location The location of where the .csproj file is located. not the .sln file! | PROJECT_DIR | /home/container | required|string| |