Skip to content

Commit f4a9449

Browse files
authored
1 parent 8fc64be commit f4a9449

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ jobs:
6565
pool:
6666
vmImage: 'windows-2019'
6767
steps:
68+
- task: DotNetCoreCLI@2
69+
displayName: 'Restoring code using dotnet restore'
70+
inputs:
71+
command: 'restore'
72+
projects: '**/*/*.csproj'
73+
includeNuGetOrg: true
6874
- script: dotnet build ./SimplCommerce.sln
6975
displayName: 'dotnet build'
7076
- task: DotNetCoreCLI@2

0 commit comments

Comments
 (0)