diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-02-19 02:42:42 +0100 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-02-19 02:42:42 +0100 |
| commit | d4bc7b5a5ae3a5e59e367e4832d8a929d433c46f (patch) | |
| tree | 1d113354744b132b64156c268997a24c6a6156f5 | |
| parent | e2d0f6707756407f76e819a1c55928f1a133292f (diff) | |
Fix NuGet task name.
| -rw-r--r-- | .azure/azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure/azure-pipelines.yml b/.azure/azure-pipelines.yml index 5e8a9f936..38a355b96 100644 --- a/.azure/azure-pipelines.yml +++ b/.azure/azure-pipelines.yml @@ -123,7 +123,7 @@ jobs: steps: - checkout: none - - task: NuGet@2 + - task: NuGetCommand@2 displayName: 'Download $(NugetPackageName)' inputs: command: custom |
