Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scripted build migration #157

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

CharlotteGayton
Copy link

No description provided.

@CharlotteGayton CharlotteGayton added the no_release Suppresses auto_release functionality label Nov 2, 2022
condition: and(succeeded(), or(variables['Endjin.ForceDocPublish'], eq(variables['GitVersion.PreReleaseTag'], '')))
compileTasksServiceConnection: endjin-acr-reader
Copy link

Choose a reason for hiding this comment

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

We need to look at the customisations in this YAML file:

  1. Check whether they are still needed? (e.g. installing .NET 6)
  2. Check whether the extensibility points it uses are available in the scripted build version of the template (e.g. postSpecs)

Copy link
Contributor

Choose a reason for hiding this comment

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

I think this was one of the earliest projects to use .NET 6. (We did it to find out whether it gave a perf boost, which it did.)

I would expect we no longer need special handling for that.

We want to keep the benchmark run and the docfx build.

condition: and(succeeded(), or(variables['Endjin.ForceDocPublish'], eq(variables['GitVersion.PreReleaseTag'], '')))
compileTasksServiceConnection: endjin-acr-reader
Copy link

Choose a reason for hiding this comment

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

I think moving line 69 earlier in the file, before the customisations, would make it easier to read

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no_release Suppresses auto_release functionality pending_release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants