Skip to content

Scripted build migration#157

Open
CharlotteGayton wants to merge 3 commits intomasterfrom
feature/scripted-build-migration
Open

Scripted build migration#157
CharlotteGayton wants to merge 3 commits intomasterfrom
feature/scripted-build-migration

Conversation

@CharlotteGayton
Copy link

No description provided.

@CharlotteGayton CharlotteGayton added the no_release Suppresses auto_release functionality label Nov 2, 2022
displayName: 'Publish documentation to GitHub Pages'
condition: and(succeeded(), or(variables['Endjin.ForceDocPublish'], eq(variables['GitVersion.PreReleaseTag'], ''))) No newline at end of file
condition: and(succeeded(), or(variables['Endjin.ForceDocPublish'], eq(variables['GitVersion.PreReleaseTag'], '')))
compileTasksServiceConnection: endjin-acr-reader No newline at end of file
Copy link

@JamesDawson JamesDawson Nov 2, 2022

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.

displayName: 'Publish documentation to GitHub Pages'
condition: and(succeeded(), or(variables['Endjin.ForceDocPublish'], eq(variables['GitVersion.PreReleaseTag'], ''))) No newline at end of file
condition: and(succeeded(), or(variables['Endjin.ForceDocPublish'], eq(variables['GitVersion.PreReleaseTag'], '')))
compileTasksServiceConnection: endjin-acr-reader No newline at end of file
Copy link

@JamesDawson JamesDawson Nov 2, 2022

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.

3 participants