Skip to content

Commit 0ebe360

Browse files
authored
Revert "chore: disable dotnet release (#406)"
This reverts commit 2816c6a.
1 parent 74e5e63 commit 0ebe360

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/generate.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ php
329329
python
330330

331331
ruby
332-
# dotnet
332+
dotnet
333333
dart
334334

335335
cleanup

scripts/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ dart || { let "FAIL+=1" && FAIL_REASON="${FAIL_REASON} dart,"; }
232232
rust || { let "FAIL+=1" && FAIL_REASON="${FAIL_REASON} rust,"; }
233233
elixir || { let "FAIL+=1" && FAIL_REASON="${FAIL_REASON} elixir,"; }
234234
java || { let "FAIL+=1" && FAIL_REASON="${FAIL_REASON} java,"; }
235-
# dotnet || { let "FAIL+=1" && FAIL_REASON="${FAIL_REASON} dotnet,"; }
235+
dotnet || { let "FAIL+=1" && FAIL_REASON="${FAIL_REASON} dotnet,"; }
236236
upstream || { let "FAIL+=1" && FAIL_REASON="${FAIL_REASON} upstream,"; }
237237

238238
echo "$FAIL"

0 commit comments

Comments
 (0)