|
24 | 24 | PACKAGES_TOKEN: ${{ secrets.PACKAGES_TOKEN }} |
25 | 25 | GITHUB_USERNAME: "Phil-NHS" |
26 | 26 |
|
27 | | - |
| 27 | + #DisablePackageGeneration |
28 | 28 | NUPKG_OUTPUT_PATH: ${{ github.workspace }}/CICDPackageLocation |
29 | 29 |
|
30 | 30 |
|
@@ -228,7 +228,8 @@ jobs: |
228 | 228 | dotnet nuget push "$BCL_Local_Source/TELBlazorComponentLibrary.GitPageBlazorWasm.*.nupkg" \ |
229 | 229 | --source "https://nuget.pkg.github.com/phil-nhs/index.json" \ |
230 | 230 | --api-key ${{ secrets.PACKAGES_TOKEN }} \ |
231 | | - --skip-duplicate |
| 231 | + --skip-duplicate |
| 232 | + |
232 | 233 | # build-bcl-dev-package-and-publish: |
233 | 234 | # if: success() #not needed but being explicit |
234 | 235 | # needs: [generate-dev-semantic-version, commitlint, gitguardian-scan,Unit-Tests,E2E-Tests, branch-name-check] |
@@ -386,15 +387,15 @@ jobs: |
386 | 387 | find . -name "packages.lock.json" -type f -print |
387 | 388 |
|
388 | 389 | #need to remove publish on build |
389 | | - - name: Build Solution |
390 | | - run: | |
391 | | - dotnet build GitPageBlazorWASM.sln -c Release \ |
392 | | - /p:BCLVersion=$BCL_VERSION \ |
393 | | - /p:NupkgOutputPath=$NUPKG_OUTPUT_PATH \ |
394 | | - /p:UseBCLProjectReference=$USE_BCL_PROJECT_REFERENCE \ |
395 | | - /p:GhPageRelease=false \ |
396 | | - /p:LocalPackagePath=$BCL_Source |
397 | | - /p:DisablePackageGeneration=true |
| 390 | + # - name: Build Solution |
| 391 | + # run: | |
| 392 | + # dotnet build GitPageBlazorWASM.sln -c Release \ |
| 393 | + # /p:BCLVersion=$BCL_VERSION \ |
| 394 | + # /p:NupkgOutputPath=$NUPKG_OUTPUT_PATH \ |
| 395 | + # /p:UseBCLProjectReference=$USE_BCL_PROJECT_REFERENCE \ |
| 396 | + # /p:GhPageRelease=false \ |
| 397 | + # /p:LocalPackagePath=$BCL_Source |
| 398 | + # /p:DisablePackageGeneration=true |
398 | 399 |
|
399 | 400 | - name: Build Shared Pages |
400 | 401 | run: | |
@@ -427,6 +428,12 @@ jobs: |
427 | 428 | /p:GhPageRelease=true \ |
428 | 429 | /p:LocalPackagePath=$BCL_Source |
429 | 430 | |
| 431 | + - name: Debug - List all files in docs folder |
| 432 | + run: | |
| 433 | + echo "Listing contents of ./docs directory" |
| 434 | + ls -alh ./docs |
| 435 | +
|
| 436 | + |
430 | 437 |
|
431 | 438 | #include hidden so we get jekyll |
432 | 439 | - name: Creating artifact of publish folder for test gh page workflow |
|
0 commit comments