Skip to content

Commit

Permalink
dotnet/format#1519 is fixed so unpinning sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Apr 20, 2022
1 parent e1d1b17 commit 3f85c56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pipelines/build-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ steps:
- task: UseDotNet@2
displayName: Setup .NET SDK v6.0.x
inputs:
# Pin .NET SDK 6.0.102 for now to avoid dotnet format regression https://github.com/dotnet/format/issues/1519
packageType: sdk
version: 6.0.102
version: 6.0.x
installationPath: $(Agent.ToolsDirectory)/dotnet

- task: DotNetCoreCLI@2
Expand Down

0 comments on commit 3f85c56

Please sign in to comment.