diff --git a/azure-pipelines-rc.yml b/azure-pipelines-rc.yml index e11d4e0..bb7b40f 100644 --- a/azure-pipelines-rc.yml +++ b/azure-pipelines-rc.yml @@ -20,13 +20,6 @@ jobs: - checkout: self clean: true submodules: recursive - - task: DotNetCoreCLI@2 - displayName: dotnet restore - inputs: - command: restore - projects: $(BuildParameters.projects) - selectOrConfig: config - nugetConfigPath: src/NuGet.Config - task: DotNetCoreCLI@2 displayName: dotnet pack inputs: