Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this better belong in src/SourceBuild/content/eng/pipelines? This feels like the better location given it only runs against the VMR.

Copy link
Member Author

@ellahathaway ellahathaway Mar 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Discussed offline with @mthalman, and we agreed that the yml is not specific to installer, so it makes sense to move it. However, there are multiple ymls that fit this condition, so I think this is a bigger issue.

I've opened dotnet/source-build#4261 in response.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's fair. I mentioned this one because it was already being renamed/updated.

Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,11 @@ jobs:
matrix: $[ dependencies.Setup.outputs['GetMatrix.matrix'] ]
steps:

- script: $(Build.SourcesDirectory)/prep-source-build.sh --no-artifacts --no-bootstrap --no-prebuilts --no-binary-removal
displayName: 'Install .NET SDK'
- script: |
source ./eng/common/tools.sh
InitializeDotNetCli true
displayName: Install .NET SDK
workingDirectory: $(Build.SourcesDirectory)

- task: PipAuthenticate@1
displayName: 'Pip Authenticate'
Expand Down