samsmithnz / AzurePipelinesToGitHubActionsConverter

Convert Azure Pipelines YAML to GitHub Actions YAML
MIT License
143 stars 16 forks source link

Some Azuredevops tasks properly not converted into github workflows #449

Closed sesa740202 closed 11 months ago

sesa740202 commented 11 months ago

getting below error

Error (line 27): the step 'synopsys-coverity.synopsys-coverity-azure-devops.coverity-task.synopsys-coverity@1' does not have a conversion path yet

Error (line 47): the step 'UniversalPackages@0' does not have a conversion path yet

Error (line 62): the step 'benjhuser.tfs-extensions-build-tasks.trigger-build-task.TriggerBuild@3' does not have a conversion path yet

Error (line 65): the step 'benjhuser.tfs-extensions-build-tasks.trigger-build-task.TriggerBuild@3' does not have a conversion path yet

Error (line 88): the step 'mspremier.PostBuildCleanup.PostBuildCleanup-task.PostBuildCleanup@3' does not have a conversion path yet

detailed steps:

"Error: the step 'synopsys-coverity.synopsys-coverity-azure-devops.coverity-task.synopsys-coverity@1' does not have a conversion path yet"

  name: Synopsys Coverity "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\MSBuild.exe" ${{ github.workspace }}\Source\Framework.Dependencies.sln /p:Configuration="Release" /p:Platform="Any CPU" /m /p:FileVersionString=${{ github.run_number }}
  run: |
    echo "Error: the step 'synopsys-coverity.synopsys-coverity-azure-devops.coverity-task.synopsys-coverity@1' does not have a conversion path yet"
    #task: synopsys-coverity.synopsys-coverity-azure-devops.coverity-task.synopsys-coverity@1
    #displayName: Synopsys Coverity "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\MSBuild.exe" ${{ github.workspace }}\Source\Framework.Dependencies.sln /p:Configuration="Release" /p:Platform="Any CPU" /m /p:FileVersionString=${{ github.run_number }}
    #continueOnError: true
    #inputs:
    #  coverityservice: f88331a5-5764-445b-897c-cd5d6bac3b4e
    #  projectname: Ecostruxure Power Monitoring Expert
    #  streamname: ${{ env.Build.DefinitionName }}
    #  checkissues: true
    #  issueview: High Impact Outstanding
    #  buildcommand: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\MSBuild.exe" ${{ github.workspace }}\Source\Framework.Dependencies.sln /p:Configuration="Release" /p:Platform="Any CPU" /m /p:FileVersionString=${{ github.run_number }}'
    #  allowuntrusted: true
samsmithnz commented 11 months ago

Thanks for the post. I don't see this one often. There are GitHub equivalents, here, but I don't see a clean conversion, so I'm going to close this as not planned.