Skip to content

Commit 8c217a9

Browse files
committed
Update adt_pull_request.yml for Azure Pipelines
1 parent cc745b7 commit 8c217a9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

adt_pull_request.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ steps:
1717
- script: dotnet build --configuration $(buildConfiguration)
1818
displayName: 'dotnet build $(buildConfiguration)'
1919

20+
- task: UseDotNet@2
21+
displayName: 'Install .NET Core SDK'
22+
inputs:
23+
version: 5.0.x
24+
performMultiLevelLookup: true
25+
includePreviewVersions: true # Required
26+
2027
- task: DotNetCoreCLI@2
2128
displayName: Rodando os testes da aplicação
2229
inputs:

0 commit comments

Comments
 (0)