Azure / pipelines

Enable GitHub developers to trigger Azure Pipelines from a GitHub Actions workflow
MIT License
75 stars 86 forks source link

Feature/add pipeline variables (#11) #35

Closed thesattiraju closed 2 years ago

thesattiraju commented 3 years ago
moattarwork commented 2 years ago

Could you please merge this? your documentation is telling this is available but I'm getting 'Warning: Unexpected input(s) 'azure-pipeline-variables', valid inputs are ...` warning on the build

hirenkpa commented 2 years ago

Could you please merge this? your documentation is telling this is available but I'm getting 'Warning: Unexpected input(s) 'azure-pipeline-variables', valid inputs are ...` warning on the build

I am also unable to merge this PR.

moattarwork commented 2 years ago

Could you please merge this? your documentation is telling this is available but I'm getting 'Warning: Unexpected input(s) 'azure-pipeline-variables', valid inputs are ...` warning on the build

I am also unable to merge this PR.

I'm wondering who is in charge of this repo. This is referenced by Microsoft Docs but the PR was open for 5 months after approval and no one has released it

moattarwork commented 2 years ago

Someone else tried this and couldn't wait for the merge 😄 https://github.com/Azure/pipelines/issues/40 tagging @microsoftopensource here

ladvivek7 commented 2 years ago

Could you please merge this? your documentation is telling this is available but I'm getting 'Warning: Unexpected input(s) 'azure-pipeline-variables', valid inputs are ...` warning on the build

I am also unable to merge this PR.

I'm wondering who is in charge of this repo. This is referenced by Microsoft Docs but the PR was open for 5 months after approval and no one has released it

Hello , If you want, you may use below azure pipeline tool. In this we can pass variable from git to azure.

https://github.com/marketplace/actions/az-pipelines-action

I have done some changes in code and it is working for me.