add dotnet restore
This commit is contained in:
Родитель
3b190c9c29
Коммит
35e815b5e6
|
@ -72,6 +72,13 @@ steps:
|
|||
platform: '$(BuildPlatform)'
|
||||
configuration: '$(BuildConfiguration)'
|
||||
|
||||
- task: DotNetCoreCLI@2
|
||||
displayName: 'dotnet restore'
|
||||
inputs:
|
||||
command: restore
|
||||
projects: |
|
||||
libraries/csharp_dotnetcore/csharp_dotnetcore.sln
|
||||
|
||||
- task: DotNetCoreCLI@2
|
||||
displayName: 'dotnet test (release)'
|
||||
inputs:
|
||||
|
|
Загрузка…
Ссылка в новой задаче