We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc745b7 commit 8c217a9Copy full SHA for 8c217a9
adt_pull_request.yml
@@ -17,6 +17,13 @@ steps:
17
- script: dotnet build --configuration $(buildConfiguration)
18
displayName: 'dotnet build $(buildConfiguration)'
19
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
+
27
- task: DotNetCoreCLI@2
28
displayName: Rodando os testes da aplicação
29
inputs:
0 commit comments