Use this guidance to rewrite Azure Pipelines (Build and Release) Tasks on GitHub Actions. To check each implmentation, please access PipelineToActions GitHub Pages.
- Tasks/Actions
References
Contribute
{% include_relative /tasks/AzureCLI.md %}
{% include_relative /tasks/SQLAzure.md %}
{% include_relative /tasks/AzureWebApp.md %}
{% include_relative /tasks/Docker.md %}
{% include_relative /tasks/DotNetCoreCLI.md %}
{% include_relative /tasks/DeployIIS.md %}
{% include_relative /tasks/MSBuild.md %}
{% include_relative /tasks/PublishArtifact.md %}
{% include_relative /tasks/VersionJSONfile.md %}
{% include_relative /tasks/VSBuild.md %}
- Links
- Posts
- Video Tutorials
Contributions to Pipelines to GitHub Actions are welcome. Please fork this repo.
-
Include on
ReadMe.md
a respective task/action that you want to document (Table of contents
section and link to task markdown).- Table of contents
- Link to task/action markdown
-
Create new markdown file under
Tasks
folder and describe Tasks from Azure Pipelines and respective Actions from GitHub. Use as an example DotNetCore.