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 2698393 commit 26134a4Copy full SHA for 26134a4
adt_pull_request.yml
@@ -17,15 +17,15 @@ steps:
17
- task: CmdLine@2
18
inputs:
19
script: dotnet restore
20
- displayName: 'Rodando dotnet restore'
+ displayName: 'Run dotnet restore'
21
22
23
24
script: dotnet build --no-incremental
25
- displayName: 'Rodando dotnet build'
+ displayName: 'Run dotnet build'
26
27
- task: DotNetCoreCLI@2
28
- displayName: 'Rodando dotnet test'
+ displayName: 'Run dotnet test'
29
30
command: test
31
projects: '**/*[Tt]ests/*.csproj'
0 commit comments