3434
3535 # Build Package
3636 # Build Solution useing package
37- solution-build :
37+ reuseable-ci-checks- solution-build :
3838 name : Check Solution Builds
3939 runs-on : ubuntu-latest
4040 continue-on-error : ${{ inputs.runall }}
9191 /p:DisablePackageGeneration=$DISABLE_PACKAGE_GENERATION
9292
9393
94- branch-name-check :
94+ reuseable-ci-checks- branch-name-check :
9595 name : Enforce Branch Name Convention
9696 if : success() || failure()
9797 continue-on-error : ${{ inputs.runall }}
@@ -115,7 +115,7 @@ jobs:
115115 fi
116116
117117
118- commitlint :
118+ reuseable-ci-checks- commitlint :
119119 runs-on : ubuntu-latest
120120 if : success() || failure()
121121 continue-on-error : ${{ inputs.runall }}
@@ -131,7 +131,7 @@ jobs:
131131 configFile : .commitlintrc.json
132132
133133
134- Unit-Tests :
134+ reuseable-ci-checks- Unit-Tests :
135135 runs-on : ubuntu-latest
136136 if : success() || failure()
137137 continue-on-error : ${{ inputs.runall }}
@@ -143,7 +143,7 @@ jobs:
143143
144144
145145
146- E2E-Tests :
146+ reuseable-ci-checks- E2E-Tests :
147147 runs-on : ubuntu-latest
148148 if : success() || failure()
149149 continue-on-error : ${{ inputs.runall }}
@@ -154,7 +154,7 @@ jobs:
154154 run : echo " See other project pipeline for Tests this is a placeholder"
155155
156156
157- Code-Coverage :
157+ reuseable-ci-checks- Code-Coverage :
158158 runs-on : ubuntu-latest
159159 if : success() || failure()
160160 continue-on-error : ${{ inputs.runall }}
@@ -165,7 +165,7 @@ jobs:
165165 run : echo " See other project pipeline for Tests this is a placeholder"
166166
167167
168- Check-For-Fails :
168+ reuseable-ci-checks- Check-For-Fails :
169169 name : Check for failures
170170 if : ${{ inputs.runall }}
171171 needs :
0 commit comments