Skip to content

Commit 551d4ab

Browse files
Fix xml to markdown failure (#228)
* Update ConvertGuidelinesXmlToMarkdown.yml * Update ConvertGuidelinesXmlToMarkdown.yml
1 parent 40c0a28 commit 551d4ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ConvertGuidelinesXmlToMarkdown.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- 'main'
8+
workflow_dispatch:
89

910
jobs:
1011
build:
@@ -36,7 +37,9 @@ jobs:
3637
- name: Setup .NET Core
3738
uses: actions/setup-dotnet@v1
3839
with:
39-
dotnet-version: 5.0.201
40+
dotnet-version: |
41+
5.0.x
42+
6.0.x
4043
if: ${{ steps.diff.outputs.modified == 'true' }}
4144

4245
- name: restore_compile_run_createMD

0 commit comments

Comments
 (0)