Anthony
Anthony
This change will allow a service account to be entered as the configured username and bypass the password prompt.
**Describe the bug** When running the configure command of the runner on a Windows Server, you cannot enter a Service Account as the username to run as. **To Reproduce** Steps...
Will this be worked on to make it compatible with the latest version of Terraria? I quite like the tool!
### Description am using github actions to try to deploy a compose container. everything works until I try to start the container. volumes are created, the containers are created, but...
I can't seem to get my runner to create or use a repository Here's my action calling code ``` - name: Check out the code with a filter id: download-compose-files...
### Description from `windows-latest` in one of my repos.  ### Platforms affected - [ ] Azure DevOps - [X] GitHub Actions - Standard Runners - [ ] GitHub Actions...
i have a repo with several dotnet projects in it. the projects are in different folders, so I built pipelines to pack Nugets for each folder. the pipelines with checkout...
### Check The Docs - [x] I double checked the docs and couldn't find any useful information. ### Verify Issue Source - [x] I verified the issue was caused by...
I built a discord bot and used EFCore for the data layer, so I could abstract the database provider. I use the Migrations to create the database schema, and initial...