Skip to content

Commit

Permalink
Remove dotnet restore
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronSadlerUK committed Sep 2, 2021
1 parent c85ad12 commit ccb12ad
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions azure-pipelines-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ jobs:
- checkout: self
clean: true
submodules: recursive
- task: DotNetCoreCLI@2
displayName: dotnet restore
inputs:
command: restore
projects: $(BuildParameters.projects)
selectOrConfig: config
nugetConfigPath: src/NuGet.Config
- task: DotNetCoreCLI@2
displayName: dotnet pack
inputs:
Expand Down

0 comments on commit ccb12ad

Please sign in to comment.