All Projects → vinijmoura → pipelinestoactions

vinijmoura / pipelinestoactions

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

Projects that are alternatives of or similar to pipelinestoactions

azure-policy-as-code
Bicep and Terraform code examples for policy-as-code workflows. Azure governance guardrails and automation - by @jesseloudon
Stars: ✭ 101 (+621.43%)
Mutual labels:  azuredevops
DscWorkshop
Blueprint for a full featured DSC project for Push / Pull with or without CI/CD
Stars: ✭ 151 (+978.57%)
Mutual labels:  azuredevops
azure-policy-testing
This repository outlines an automated testing approach for Azure Policies. The approach is fundamentally based on behavior-driven development (BDD) to improve communication between developers, security experts and compliance officers.
Stars: ✭ 78 (+457.14%)
Mutual labels:  githubactions
Github-Android-Action
Android Github Action that builds Android project, runs unit tests and generates debug APK, builds for Github Actions hackathon
Stars: ✭ 29 (+107.14%)
Mutual labels:  githubactions
TfsCmdlets
PowerShell Cmdlets for Azure DevOps and Team Foundation Server
Stars: ✭ 75 (+435.71%)
Mutual labels:  azuredevops
nutter
Testing framework for Databricks notebooks
Stars: ✭ 152 (+985.71%)
Mutual labels:  azuredevops
XamarinPipelineDemo
Demo and explanation on how to do several common tasks for Xamarin.Forms Android in an Azure DevOps pipeline on a Microsoft-hosted agent. Tasks include: build-based version, APK signing, publishing artifacts, unit tests, and UI tests (both via emulator in Azure DevOps and via real devices in App Center).
Stars: ✭ 23 (+64.29%)
Mutual labels:  azuredevops
Azure-DevOps
Data extraction and Power BI report that generate management informations about your Azure DevOps organization. Using Azure DevOps CLI and Azure DevOps REST API, PowerShell scripts extract data from Azure DevOps, store this information in an Azure SQL Database and shows them in a Power BI report.
Stars: ✭ 581 (+4050%)
Mutual labels:  azuredevops
cloudwithchris.com
Cloud With Chris is my personal blogging, podcasting and vlogging platform where I talk about all things cloud. I also invite guests to talk about their experiences with the cloud and hear about lessons learned along their journey.
Stars: ✭ 23 (+64.29%)
Mutual labels:  azuredevops
carbon-intensity-app
A web app showing how much electricity is made from renewable sources in different parts of UK
Stars: ✭ 22 (+57.14%)
Mutual labels:  githubactions
CppBuildTasks
Build C++ software with vcpkg and CMake (with CMakeLists.txt or CMakeSettings.json). Samples provided use both self-hosted or Microsoft hosted agent, using Docker and Pipeline Caching as well. The same tasks are available as GitHub actions at https://github.com/lukka/run-cmake https://github.com/lukka/run-vcpkg -=-
Stars: ✭ 26 (+85.71%)
Mutual labels:  azuredevops
AzurePipelinesSamples
Azure Pipeline Samples - sample configurations with explanation and useful links
Stars: ✭ 23 (+64.29%)
Mutual labels:  azuredevops
covid19-api
Covid19 Data API (JSON) - LIVE
Stars: ✭ 20 (+42.86%)
Mutual labels:  githubactions

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].