diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9c1b618..d5815bc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,6 +27,8 @@ stages: inputs: versionSource: 'spec' versionSpec: '20.x' + + - task: Npm@1 inputs: @@ -41,9 +43,11 @@ stages: npm install rimraf -g npm install parcel -g - - task: NuGetCommand@2 + - task: DotNetCoreCLI@2 inputs: - restoreSolution: '$(solution)' + command: 'restore' + projects: '**/*.csproj' + feedsToUse: 'config' - task: DotNetCoreCLI@2 inputs: @@ -82,9 +86,11 @@ stages: npm install rimraf -g npm install parcel -g - - task: NuGetCommand@2 + - task: DotNetCoreCLI@2 inputs: - restoreSolution: '$(solution)' + command: 'restore' + projects: '**/*.csproj' + feedsToUse: 'config' - task: DotNetCoreCLI@2 inputs: