diff --git a/azure-pipelines-samples.yml b/azure-pipelines-samples.yml index 9f76ba85..f99c9b51 100644 --- a/azure-pipelines-samples.yml +++ b/azure-pipelines-samples.yml @@ -53,11 +53,11 @@ steps: # targetType: inline # script: dir "${ENV:programfiles(x86)}\windows Kits\10\include\10.0.18362.0\" - - task: DotNetCoreInstaller@0 - displayName: 'Use .NET Core sdk 2.1.300' - inputs: - version: 2.1.300 - condition: succeededOrFailed() + # - task: DotNetCoreInstaller@0 + # displayName: 'Use .NET Core sdk 2.1.300' + # inputs: + # version: 2.1.300 + # condition: succeededOrFailed() - task: NuGetToolInstaller@0 displayName: 'Use NuGet 4.9.2' @@ -68,6 +68,7 @@ steps: # - task: 333b11bd-d341-40d9-afcf-b32d5ce6f23b@2 # displayName: 'NuGet restore' # condition: succeededOrFailed() + - task: NuGetCommand@2 inputs: command: 'restore'