Skip to content

Commit

Permalink
add explicit restore step
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Feb 18, 2019
1 parent 4593a50 commit 1ce7cab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.ix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ steps:
- script: nbgv cloud -p Ix.NET\Source
displayName: Set Version

- task: DotNetCoreCLI@2
inputs:
command: restore
projects: Ix.NET/Source/**/*.csproj
displayName: Restore

- task: DotNetCoreCLI@2
inputs:
command: pack
Expand Down

0 comments on commit 1ce7cab

Please sign in to comment.