Skip to content

Commit

Permalink
remove 2.1 in build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
coenm committed Jul 21, 2022
1 parent 0cebb1c commit 9975293
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
6 changes: 0 additions & 6 deletions .azuredevops/Pipelines/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ stages:
- script: git submodule update --init --recursive
displayName: Update git submodules

- task: UseDotNet@2
displayName: "Use dotnet sdk 2.1.x"
inputs:
version: 2.1.x
includePreviewVersions: false

- task: UseDotNet@2
displayName: "Use dotnet sdk 3.1.x"
inputs:
Expand Down
6 changes: 0 additions & 6 deletions .azuredevops/Pipelines/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ stages:
value: 39ce9363-a308-4580-8610-ee11f4953539/01001223-8651-4b73-a7ca-ba27c3e10a3c

steps:
- task: UseDotNet@2
displayName: "Use dotnet sdk 2.1.x"
inputs:
version: 2.1.x
includePreviewVersions: false

- task: UseDotNet@2
displayName: "Use dotnet sdk 3.1.x"
inputs:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/on-push-do-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.

- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 2.1.x

- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit 9975293

Please sign in to comment.