sajalverma17 / GitBranchDiffer

A Visual Studio Extension that displays source files Added/Modified/Renamed between a base branch you choose to diff against, and the current working branch in your Git repo. The diffed files are shown in the Solution Explorer using a Solution Explorer Filter
MIT License
6 stars 1 forks source link

Update dummy version in dev-build.yaml #25

Closed sajalverma17 closed 2 years ago

sajalverma17 commented 3 years ago

The dev-build pipeline runs when a PR is opened. However, the version number it assigns to it is a fixed dummy version "0.1.999" This leads to trouble testing this VSIX as Visual studio immediately updates this installed test-VSIX to production VSIX of higher version.

The Build_Version variable here needs to be changed to a very high dummy version : 99.0.0, so that developer can keep the test version installed without automatic update by VS.

I consider this a good first issue as it is a non-critical dev-build that runs on a Pull Request opened, so that this is easy to test on the Pull-Request itself. Just ask and I will assign the issue to any newbie interested in contributing.