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

DevOps: ported new version suffix logic to local templates #85

Merged
merged 17 commits into from
Nov 27, 2023

Conversation

mmsmits
Copy link
Member

@mmsmits mmsmits commented Nov 20, 2023

No description provided.

@mmsmits mmsmits enabled auto-merge November 20, 2023 16:25
@mmsmits mmsmits marked this pull request as draft November 21, 2023 06:49
auto-merge was automatically disabled November 21, 2023 06:49

Pull request was converted to draft

@mmsmits mmsmits marked this pull request as ready for review November 21, 2023 07:54

- script: dotnet build --configuration $(buildConfiguration) /p:ContinuousIntegrationBuild=true
Copy link
Member

Choose a reason for hiding this comment

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

/p:ContinuousIntegrationBuild=true should be here

condition: and(succeeded(), eq('${{ parameters.useVersionSuffix }}', 'false'))
condition: and(succeeded(), and(eq('${{ parameters.restoreDependencies }}', 'false'), eq(variables.UseVersionSuffix, 'false')))

- script: dotnet build --configuration $(buildConfiguration) --version-suffix $(VersionSuffix) --no-restore
Copy link
Member

Choose a reason for hiding this comment

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

/p:ContinuousIntegrationBuild=true should be here

displayName: 'dotnet build $(buildConfiguration) with version suffix and with no restore'
condition: and(succeeded(), and(eq('${{ parameters.restoreDependencies }}', 'true'), eq(variables.UseVersionSuffix, 'true')))

- script: dotnet build --configuration $(buildConfiguration) --version-suffix $(VersionSuffix)
Copy link
Member

Choose a reason for hiding this comment

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

/p:ContinuousIntegrationBuild=true should be here

@marcovisserFurore marcovisserFurore merged commit e0ee298 into develop Nov 27, 2023
2 checks passed
@marcovisserFurore marcovisserFurore deleted the devops/new-version-suffix-logic branch November 27, 2023 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants