diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 544d1ed96..a2a4bb70e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,11 +30,12 @@ steps: packageType: sdk version: 5.0.100 -- task: NuGetCommand@2 - displayName: NuGet restore +- task: DotNetCoreCLI@2 + displayName: 'dotnet restore' inputs: - restoreSolution: '$(solution)' - feedsToUse: config + command: 'restore' + projects: '**/*.csproj' + feedsToUse: 'config' - task: DotNetCoreCLI@2 displayName: Publish single-exe x64