Skip to content

Source-indexer pipeline acquires it's own runtime #16064

@ericstj

Description

@ericstj

Related #7747

There's a hardcoded major.minor version of the SDK referenced

displayName: "Source Index: Use .NET 9 SDK"
inputs:
packageType: sdk
version: 9.0.x
installationPath: $(Agent.TempDirectory)/dotnet
workingDirectory: $(Agent.TempDirectory)
for running the source-indexer tools. Rather than doing this and keeping it up to date, we should just use the SDK that the repo build already acquires and keeps up to date.

This avoids a hardcoded version in the arcade build scripts that needs to be kept up to date and it also ensures that we are more likely to use the version of components (MSBuild/Roslyn) used to build the repo.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions