Skip to content

Commit

Permalink
pipelines/workflows Updated for .net 6
Browse files Browse the repository at this point in the history
  • Loading branch information
JJBussert committed Nov 20, 2021
1 parent 6e20a99 commit fed08e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down
4 changes: 2 additions & 2 deletions build/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ stages:
persistCredentials: true

- task: UseDotNet@2
displayName: 'Use .Net Core sdk 5.x'
displayName: 'Use .Net Core sdk 6.x'
inputs:
version: 5.x
version: 6.x
includePreviewVersions: true

- task: PowerShell@2
Expand Down
4 changes: 2 additions & 2 deletions build/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ steps:
failOnStderr: true

- task: UseDotNet@2
displayName: 'Use .Net Core sdk 5.x'
displayName: 'Use .Net Core sdk 6.x'
inputs:
version: 5.x
version: 6.x
includePreviewVersions: true

- task: DotNetCoreCLI@2
Expand Down

0 comments on commit fed08e9

Please sign in to comment.