Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vnbaaij committed Oct 11, 2022
2 parents e486eb8 + 764f048 commit 7f449fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-devops/cd-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ steps:
includePreviewVersions: true

- task: UseDotNet@2
displayName: 'Install .NET 7.0 (Preview 7)'
displayName: 'Install .NET 7.0 (RC 2)'
inputs:
version: 7.0.100-preview.7.22377.5
version: 7.0.100-rc.2.22477.23
includePreviewVersions: true

- task: DotNetCoreCLI@2
Expand Down

0 comments on commit 7f449fb

Please sign in to comment.