Skip to content

Commit c9771bd

Browse files
committed
fix(bccc): which does and doesnt update
BREAKING CHANGE: breaks
1 parent a9674fa commit c9771bd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/dev.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,18 @@ jobs:
418418
run: |
419419
dotnet Restore
420420
cat Directory.Packages.props
421+
echo "doesnt work"
422+
423+
- name: Display Environment Variable (for debugging)
424+
run: echo "BCLVERSION is: $BCLVERSION"
425+
426+
- name: qqqqqqq here now try build
427+
run: |
428+
-e
429+
dotnet build
430+
cat Directory.Packages.props
431+
echo "doesnt work"
432+
+e
421433
422434
423435

0 commit comments

Comments
 (0)