File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727
2828 NUPKG_OUTPUT_PATH : ${{ github.workspace }}/CICDPackageLocation
2929
30- IS_LOCAL_DEV : false
30+
3131 USE_BCL_PROJECT_REFERENCE : false
3232
3333 BCL_Local_Source : ${{ github.workspace }}/CICDPackageLocation
@@ -412,10 +412,10 @@ jobs:
412412 echo "LocalPackagePath=$BCL_SOURCE" >> $GITHUB_ENV
413413 echo "GITHUB_USERNAME=$GITHUB_USERNAME" >> $GITHUB_ENV
414414 echo "UseBCLProjectReference=$USE_BCL_PROJECT_REFERENCE" >> $GITHUB_ENV
415- # echo "GITHUB_PACKAGES_TOKEN=$PACKAGES_TOKEN" >> $GITHUB_ENV
415+ echo "GITHUB_PACKAGES_TOKEN=$PACKAGES_TOKEN" >> $GITHUB_ENV
416416
417417
418-
418+
419419
420420 - name : Publish client using client release .csproj logic
421421 run : |
@@ -424,7 +424,7 @@ jobs:
424424 /p:NupkgOutputPath=$NUPKG_OUTPUT_PATH \
425425 /p:UseBCLProjectReference=$USE_BCL_PROJECT_REFERENCE \
426426 /p:GhPageRelease=true \
427- /p:LocalPackagePath=$NUPKG_OUTPUT_PATH
427+ /p:LocalPackagePath=$BCL_Source
428428
429429
430430 # include hidden so we get jekyll
You can’t perform that action at this time.
0 commit comments