mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 14:07:46 +08:00
add condition
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
minor = Convert.ToInt32(matches[0].Groups["minor"].Value);
|
||||
revision = Convert.ToInt32(matches[0].Groups["revision"].Value);
|
||||
build = Convert.ToInt32(matches[0].Groups["build"].Value);
|
||||
if( this.Host.ResolveParameterValue("-","-","BuildConfiguration") == "Release" )
|
||||
if( this.Host.ResolveParameterValue("-","-","BuildConfiguration") == "Release" || this.Host.ResolveParameterValue("-","-","BuildConfiguration") == "Release Installer" )
|
||||
build++;
|
||||
}
|
||||
#>
|
||||
|
||||
Reference in New Issue
Block a user