Skip to content

vinijmoura/pipelinestoactions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Pipelines to GitHub Actions

Use this guidance to rewrite Azure Pipelines (Build and Release) Tasks on GitHub Actions. To check each implmentation, please access PipelineToActions GitHub Pages.

Table of contents

A

Azure CLI

{% include_relative /tasks/AzureCLI.md %}

Azure SQL

{% include_relative /tasks/SQLAzure.md %}

Azure Web App

{% include_relative /tasks/AzureWebApp.md %}

D

Docker

{% include_relative /tasks/Docker.md %}

DotNetCore

{% include_relative /tasks/DotNetCoreCLI.md %}

I

IIS web app deploy

{% include_relative /tasks/DeployIIS.md %}

M

MSBuild

{% include_relative /tasks/MSBuild.md %}

P

Publish Artifact

{% include_relative /tasks/PublishArtifact.md %}

V

Version JSON File

{% include_relative /tasks/VersionJSONfile.md %}

VSBuild

{% include_relative /tasks/VSBuild.md %}

References

Contribute

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

    Include New Task

    Table of contents

    • Link to task/action markdown

    Include MD

  • Create new markdown file under Tasks folder and describe Tasks from Azure Pipelines and respective Actions from GitHub. Use as an example DotNetCore.

Include Tasks

About

Use this guidance to rewrite Azure Pipelines (Build and Release Tasks) on GitHub Actions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published