Alex Perovich

Results 33 comments of Alex Perovich

To simplify this change, if the repo uses eng/common/templates/jobs/jobs.yml, you can just set the "enableSourceIndex" parameter there. If the code to be indexed gets built by default with eng/common/build.ps1, then...

Does the roll-forward block multi-level lookup? It looks like arcade looks for a machine wide install with the version it wants, if that version exists it just uses the machine...

I think it would be best for the maestro api endpoint that sets the merge policy to just fail with a useful error when this happens. Darc can just not...

Well, the server could actually check the installation, because the "create a merge policy" operation doesn't need an existing entry in the RepositoryBranches table.

My interpretation of option 2 was "create new api in maestro to expose the repositories table, then have darc call it". I would rather "have darc just call the create...

Okay I figured out why this change broke runtime. The build uses a NuGetAuthenticate task (https://github.com/microsoft/azure-pipelines-tasks/blob/d925deb300d85a09f8ed2d5d8a16f74cdb6fa8c5/Tasks/NuGetAuthenticateV0/main.ts#L16) to authenticate to private azure feeds. That task installs the credential provider into the...

Making that task respect the environment variable is probably good, but it wouldn't fix it in this case because the variable isn't until tools.ps1 is called. We would need to...

Filed issue with azure pipelines: https://github.com/microsoft/azure-pipelines-tasks/issues/13375