Explorar el Código

Fix NuGet task name.

Erwin de Haan hace 6 años
padre
commit
d4bc7b5a5a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .azure/azure-pipelines.yml

+ 1 - 1
.azure/azure-pipelines.yml

@@ -123,7 +123,7 @@ jobs:
     steps:
     - checkout: none
 
-    - task: NuGet@2
+    - task: NuGetCommand@2
       displayName: 'Download $(NugetPackageName)'
       inputs:
         command: custom