Skip to content

Commit 1982062

Browse files
committed
fix(fds): fff
1 parent 8dd8685 commit 1982062

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

.github/workflows/dev.yml

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
PACKAGES_TOKEN: ${{ secrets.PACKAGES_TOKEN }}
2525
GITHUB_USERNAME: "Phil-NHS"
2626

27-
27+
#DisablePackageGeneration
2828
NUPKG_OUTPUT_PATH: ${{ github.workspace }}/CICDPackageLocation
2929

3030

@@ -228,7 +228,8 @@ jobs:
228228
dotnet nuget push "$BCL_Local_Source/TELBlazorComponentLibrary.GitPageBlazorWasm.*.nupkg" \
229229
--source "https://nuget.pkg.github.com/phil-nhs/index.json" \
230230
--api-key ${{ secrets.PACKAGES_TOKEN }} \
231-
--skip-duplicate
231+
--skip-duplicate
232+
232233
# build-bcl-dev-package-and-publish:
233234
# if: success() #not needed but being explicit
234235
# needs: [generate-dev-semantic-version, commitlint, gitguardian-scan,Unit-Tests,E2E-Tests, branch-name-check]
@@ -386,15 +387,15 @@ jobs:
386387
find . -name "packages.lock.json" -type f -print
387388
388389
#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
398399

399400
- name: Build Shared Pages
400401
run: |
@@ -427,6 +428,12 @@ jobs:
427428
/p:GhPageRelease=true \
428429
/p:LocalPackagePath=$BCL_Source
429430
431+
- name: Debug - List all files in docs folder
432+
run: |
433+
echo "Listing contents of ./docs directory"
434+
ls -alh ./docs
435+
436+
430437
431438
#include hidden so we get jekyll
432439
- name: Creating artifact of publish folder for test gh page workflow

0 commit comments

Comments
 (0)