Skip to content

Commit

Permalink
chore: Update .NET SDK version to 6.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
coenm committed Aug 26, 2024
1 parent d718d5f commit 0ea1254
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .azuredevops/Pipelines/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ stages:
- script: git submodule update --init --recursive
displayName: Update git submodules

# required for mdsnippets?!
- task: UseDotNet@2
displayName: "Use dotnet sdk 6.0.x"
inputs:
version: 6.0.x
includePreviewVersions: false
# # required for mdsnippets?!
# - task: UseDotNet@2
# displayName: "Use dotnet sdk 6.0.x"
# inputs:
# version: 6.0.x
# includePreviewVersions: false

- task: UseDotNet@2
displayName: "Use dotnet sdk 8.0.401"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/on-push-do-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Run MarkdownSnippets
run: |
dotnet tool install --global --version 27.0.2 MarkdownSnippets.Tool
Expand Down

0 comments on commit 0ea1254

Please sign in to comment.