TheJumpCloud / jumpcloud-ADMU

JumpCloud Active Directory Migration Utility - JCADMU
23 stars 7 forks source link

Sa 3327 rerelease with correct version #93

Closed jworkmanjc closed 1 year ago

jworkmanjc commented 1 year ago

Issues

What does this solve?

Previously when we were testing merges for PRs we were using a string to determine whether or not a merge was a Pull Request. When Squash Merges were made this was not picked up by the pervious regex string match. Now we just look to see if we are merging to 'master' branch vs any other named branch to determine if the nuspec file should be x.x.x (prod) or x.x.x.x (build)

Is there anything particularly tricky?

How should this be tested?

Screenshots