Skip to content

Commit ebe1648

Browse files
authored
Default use AzDO build
1 parent 328cbd6 commit ebe1648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ defaults:
2020
shell: bash
2121

2222
env:
23-
# build-on: ${{ case(inputs.local-build || false, 'local', 'azdo') }}
24-
build-on: local
23+
build-on: ${{ case(inputs.local-build || false, 'local', 'azdo') }}
24+
# build-on: local
2525
node-version: 22
2626

2727
jobs:

0 commit comments

Comments
 (0)