File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments