Skip to content

Commit 3b882ce

Browse files
committed
fix(shouldnt work): fjfg
1 parent 977654f commit 3b882ce

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/dev.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -385,24 +385,24 @@ jobs:
385385
echo "Listing packages.lock.json files:"
386386
find . -name "packages.lock.json" -type f -print
387387
388-
- name: Build Solution
389-
run: |
390-
dotnet build GitPageBlazorWASM.sln -c Release \
391-
/p:BCLVersion=$BCL_VERSION \
392-
/p:NupkgOutputPath=$NUPKG_OUTPUT_PATH \
393-
/p:UseBCLProjectReference=$USE_BCL_PROJECT_REFERENCE \
394-
/p:GhPageRelease=false \
395-
/p:LocalPackagePath=$BCL_Source
388+
#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
396397

397398
- name: Build Shared Pages
398399
run: |
399-
echo "Building the solution..."
400400
dotnet build SharedPages -c Release \
401401
/p:BCLVersion=$BCL_VERSION \
402402
/p:NupkgOutputPath=$NUPKG_OUTPUT_PATH \
403403
/p:UseBCLProjectReference=$USE_BCL_PROJECT_REFERENCE \
404404
/p:GhPageRelease=false \
405-
/p:LocalPackagePath=$NUPKG_OUTPUT_PATH
405+
/p:LocalPackagePath=$BCL_Source
406406
407407
408408

0 commit comments

Comments
 (0)