microsoft / WindowsAppSDK

The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet.
https://docs.microsoft.com/windows/apps/windows-app-sdk/
MIT License
3.72k stars 308 forks source link

Remove condition for develop and main branch on versioning and always add $(PipelineType) to the tag #4458

Closed kythant closed 1 month ago

kythant commented 1 month ago

There is an issue with versioning collision if the release branch is run on both nightly and official pipeline because the $PipelineType variable is only tagged on to the version on the main branch. While the original intent was that the release would only run on official, this is not always the case and does not match reality. The fix is to always tag on the $PipelineType variable to the versioning no matter what branch.

We also don't need to condition on the develop branch anymore so this is archaic.

kythant commented 1 month ago

/azp run

azure-pipelines[bot] commented 1 month ago
Azure Pipelines successfully started running 1 pipeline(s).