Update x reflection dll con calling assembly

This commit is contained in:
Samuele E. Locatelli
2019-11-27 18:29:00 +01:00
parent c1750732cb
commit fcd96a666b
2 changed files with 2 additions and 2 deletions
Vendored
+1 -1
View File
@@ -11,7 +11,7 @@ pipeline {
steps {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
withEnv(['NEXT_BUILD_NUMBER=695']) {
withEnv(['NEXT_BUILD_NUMBER=696']) {
// env.versionNumber = VersionNumber(versionNumberString : '3.5.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '3.5.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.versionNumberBeta = VersionNumber(versionNumberString : '3.5.${BUILD_DATE_FORMATTED, "yyMM"}-beta.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
+1 -1
View File
@@ -16,7 +16,7 @@ namespace SteamWare
/// <summary>
/// Assembly di base
/// </summary>
protected static Assembly assembly = Assembly.GetExecutingAssembly();
protected static Assembly assembly = Assembly.GetCallingAssembly();
/// <summary>
/// Restitusice l'elenco pareto (decrescente) delle dimensioni browser registrate