We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c0281 commit c54447bCopy full SHA for c54447b
tools/VersionController/Models/VersionBumper.cs
@@ -78,9 +78,11 @@ public void BumpAllVersions()
78
public Tuple<string, bool> GetOldVersion()
79
{
80
string version;
81
- string localVersion = null, psVersion = null, testVersion = null;
+ string localVersion = null;
82
+ // string localVersion = null, psVersion = null, testVersion = null;
83
bool isPreview;
- bool localPreview = false, psPreview = false, testPreview = false;
84
+ bool localPreview = false;
85
+ // bool localPreview = false, psPreview = false, testPreview = false;
86
var moduleName = _fileHelper.ModuleName;
87
88
using (PowerShell powershell = PowerShell.Create())
0 commit comments