File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 add_new_issue_to_project :
2929 name : Add New Issue
3030 needs : get_item_number
31- uses : KinsonDigital/Infrastructure/.github/workflows/add-item-to-project.yml@v14.3 .0
31+ uses : KinsonDigital/Infrastructure/.github/workflows/add-item-to-project.yml@v17.1 .0
3232 with :
3333 org-name : " ${{ vars.ORGANIZATION_NAME }}"
3434 org-project-name : " ${{ vars.ORG_PROJECT_NAME }}"
Original file line number Diff line number Diff line change 1515jobs :
1616 build_status_check :
1717 name : ${{ vars.PROJECT_NAME }} Build Status Check
18- uses : KinsonDigital/Infrastructure/.github/workflows/build-csharp-project.yml@v14.3 .0
18+ uses : KinsonDigital/Infrastructure/.github/workflows/build-csharp-project.yml@v17.1 .0
1919 with :
2020 project-name : " ${{ vars.PROJECT_NAME }}"
2121 build-config : Debug
Original file line number Diff line number Diff line change 4343 run_release :
4444 name : Performing ${{ inputs.release-type }} Release of ${{ vars.PROJECT_NAME }} (${{ inputs.release-type == 'Production' && 'Release' || 'Debug' }})
4545 needs : determine_release_notes_path
46- uses : KinsonDigital/Infrastructure/.github/workflows/dotnet-lib-release.yml@v14.3 .0
46+ uses : KinsonDigital/Infrastructure/.github/workflows/dotnet-lib-release.yml@v17.1 .0
4747 with :
4848 project-name : " ${{ vars.PROJECT_NAME}}"
4949 release-type : " ${{ inputs.release-type }}"
Original file line number Diff line number Diff line change 1515jobs :
1616 run_tests :
1717 name : ${{ vars.PROJECT_NAME }} Test Status Check
18- uses : KinsonDigital/Infrastructure/.github/workflows/run-csharp-tests.yml@v14.3 .0
18+ uses : KinsonDigital/Infrastructure/.github/workflows/run-csharp-tests.yml@v17.1 .0
1919 with :
2020 project-name : " ${{ vars.PROJECT_NAME }}Tests"
2121 build-config : Debug
You can’t perform that action at this time.
0 commit comments