diff --git a/eng/pipelines/templates/steps/install-dotnet.yml b/eng/pipelines/templates/steps/install-dotnet.yml index 3d806f0fc1fc6..ee4c213923b1f 100644 --- a/eng/pipelines/templates/steps/install-dotnet.yml +++ b/eng/pipelines/templates/steps/install-dotnet.yml @@ -1,6 +1,7 @@ steps: - task: UseDotNet@2 displayName: 'Use .NET Core SDK' + condition: ne(variables['Agent.OS'], 'Windows_NT') # Windows supports MultiLevelLookup and doesn't need explicit framework installation inputs: useGlobalJson: true performMultiLevelLookup: true