add condition

This commit is contained in:
Dimitrij
2023-03-25 18:44:40 +00:00
parent 7a8ef87dc7
commit d5af0e43a5

View File

@@ -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++;
}
#>