Skip to content

Commit

Permalink
chore: Update MarkdownSnippets.Tool to version 27.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
coenm committed Aug 26, 2024
1 parent 2714229 commit d718d5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azuredevops/Pipelines/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ stages:
checkLatest: true

- pwsh: |
dotnet tool install --global --version 25.1.0 MarkdownSnippets.Tool
dotnet tool install --global --version 27.0.2 MarkdownSnippets.Tool
mdsnippets
$changedLines = git status --porcelain=v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push-do-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v2
- name: Run MarkdownSnippets
run: |
dotnet tool install --global --version 25.1.0 MarkdownSnippets.Tool
dotnet tool install --global --version 27.0.2 MarkdownSnippets.Tool
mdsnippets ${GITHUB_WORKSPACE}
shell: bash
- name: Push changes
Expand Down

0 comments on commit d718d5f

Please sign in to comment.