Skip to content

Commit 26134a4

Browse files
committed
Updating
1 parent 2698393 commit 26134a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adt_pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ steps:
1717
- task: CmdLine@2
1818
inputs:
1919
script: dotnet restore
20-
displayName: 'Rodando dotnet restore'
20+
displayName: 'Run dotnet restore'
2121

2222
- task: CmdLine@2
2323
inputs:
2424
script: dotnet build --no-incremental
25-
displayName: 'Rodando dotnet build'
25+
displayName: 'Run dotnet build'
2626

2727
- task: DotNetCoreCLI@2
28-
displayName: 'Rodando dotnet test'
28+
displayName: 'Run dotnet test'
2929
inputs:
3030
command: test
3131
projects: '**/*[Tt]ests/*.csproj'

0 commit comments

Comments
 (0)