Commit b4105f3
committed
Migrate GitVersion to
By default, GitVersion only uses `ContinuousDeployment` on the `develop` branch, and `ContinuousDelivery` on all other branches. This creates a problem when attempting to publish preview releases of particular for integration testing, as that means the versions need to be manually bumped using a tag. By setting the default to `ContinuousDeployment`, the build version will increment with every commit, thus ensuring unique versions. The `master` branch is kept on `ContinuousDelivery` so that it requires manual incrementing via tags.ContinuousDeployment
1 parent 6da3fa4 commit b4105f3
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | | - | |
| 7 | + | |
0 commit comments