Skip to content

Commit

Permalink
CI: "--locked-mode" is ignored. Fix it.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiminuo committed Jan 23, 2021
1 parent 44a0330 commit d70af7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
displayName: 'Restore'
inputs:
command: 'restore'
arguments: --locked-mode
restoreArguments: '--locked-mode'
feedsToUse: 'config'
nugetConfigPath: 'NuGet.Config'
- task: DotNetCoreCLI@2
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
displayName: 'Restore'
inputs:
command: 'restore'
arguments: --locked-mode
restoreArguments: '--locked-mode'
feedsToUse: 'config'
nugetConfigPath: 'NuGet.Config'
- task: DotNetCoreCLI@2
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
displayName: 'Restore'
inputs:
command: 'restore'
arguments: --locked-mode
restoreArguments: '--locked-mode'
feedsToUse: 'config'
nugetConfigPath: 'NuGet.Config'
- task: DotNetCoreCLI@2
Expand Down

0 comments on commit d70af7d

Please sign in to comment.