runner.server
runner.server copied to clipboard
An unofficial Local GitHub Actions and Azure Pipelines Emulator
Currently only actions/runner and microsoft/azure-pipelines-agent are managed via `--runner-version` and the azpipelines event to use the ado agents.
I would like to use github actions on windows with containers specified in the workflows, and it appears that this fork has that capability. Can I use this as a...
You have to type the first letter of the function, then autocomplete starts to work
e.g. in an action.yml ```yaml runs: using: steps: - ``` When taking the shell key also insert run and vice versa.
Currently a matrix has a parent job around all matrix job entries. Currently a reusable workflow has a parent job around all reusable entries. The vscode tree view could group...
see title Those buttons should not be part of the webview in the extension 
Currenly only self-hosted labels would work or requires cli commands e.g. ubuntu-latest not registred open a multiple choice with sample docker images and run on host Eventually do the same...
e.g. `http://localhost:43071/_apis/pipelines/workflows/container/1?itemPath=Artifact+of+build+%28linux-x64%2C+true%29` as returned by the api server doesn't use the calling host with the port forwarding. Removing the prefix in the ui code is also possible. However alternatively remove...
This would add the same feature set to both web and native variant of the extension
When running the VSCode task: "Validate Azure Pipeline". I see a lot of `[debug]` logs in the command window, I would like to know if there is a way to...