AzurePipelinesToGitHubActionsConverter
AzurePipelinesToGitHubActionsConverter copied to clipboard
Convert Azure Pipelines YAML to GitHub Actions YAML
https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/deploy/kubernetes?view=azure-devops
For example: ``` variables: #PR code prId: '000' prName: ""PR$(prId)"" ``` serializes without the comment, to: ``` env: prId: 000 prName: PR${{ env.prId }} ``` This seems to be related...
Bumps the actions group with 1 update: [gittools/actions](https://github.com/gittools/actions). Updates `gittools/actions` from 0.12.0 to 0.13.2 Release notes Sourced from gittools/actions's releases. v0.13.2 What's Changed includePrerelease when checking the range by @arturcic...
Bumps the core group in /src/AzurePipelinesToGitHubActionsConverter.Core with 1 update: [GitHubActionsDotNet](https://github.com/samsmithnz/GitHubActionsDotNet). Updates `GitHubActionsDotNet` from 1.3.13 to 1.3.14 Commits 99faad2 Merge pull request #137 from samsmithnz/dependabot/github_actions/core-e1e796... 9e40343 Bump the core group with...
Bumps the core group in /src/AzurePipelinesToGitHubActionsConverter.Core with 1 update: [GitHubActionsDotNet](https://github.com/samsmithnz/GitHubActionsDotNet). Updates `GitHubActionsDotNet` from 1.3.25 to 1.3.26 Commits 812a550 Merge pull request #151 from samsmithnz/dependabot/github_actions/gittools/ac... 56506cd Bump gittools/actions from 1.2.0 to...
Bumps [gittools/actions](https://github.com/gittools/actions) from 2.0.0 to 3.0.0. Release notes Sourced from gittools/actions's releases. v3.0.0 What's Changed #1193 - Drop GitVersion legacy output variables by @arturcic in GitTools/actions#1195 #1193 - Drop GitVersion...
Bumps the core group with 3 updates in the /src/AzurePipelinesToGitHubActionsConverter.Core directory: [GitHubActionsDotNet](https://github.com/samsmithnz/GitHubActionsDotNet), [System.Text.Json](https://github.com/dotnet/runtime) and [YamlDotNet](https://github.com/aaubry/YamlDotNet). Updates `GitHubActionsDotNet` from 1.3.25 to 1.3.26 Commits 812a550 Merge pull request #151 from samsmithnz/dependabot/github_actions/gittools/ac... 56506cd...
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.4 to 8.0.5. Release notes Sourced from System.Text.Json's releases. .NET 8.0.5 Release What's Changed [release/8.0-staging] Fix AsyncVoidMethodBuilder race condition around SynchronizationContext by @github-actions in dotnet/runtime#99640 [release/8.0-staging] Always...