Update x gestione zip/hash + binding

This commit is contained in:
Samuele Locatelli
2022-08-03 15:13:57 +02:00
parent 72efa254df
commit 1e46256905
3 changed files with 16 additions and 3 deletions
+14 -1
View File
@@ -8,6 +8,7 @@ variables:
NEW_REL: ''
NEW_DEB: ''
NEXUS_PATH: 'GMW'
PROJ_NAME: 'GMW'
APP_NAME: 'GMW'
APP_CONF: 'Release'
@@ -46,7 +47,7 @@ variables:
# helper creazione hash files x IIS
.hashBuild: &hashBuild
- |
$Target = $env:APP_NAME + "\Release\" + $env:APP_NAME + ".zip"
$Target = $env:PROJ_NAME + "\Release\" + $env:APP_NAME + ".zip"
$MD5 = Get-FileHash $Target -Algorithm MD5
$SHA1 = Get-FileHash $Target -Algorithm SHA1
New-Item $Target".md5"
@@ -138,6 +139,7 @@ GMW_TK:staging:
- if: '$CI_COMMIT_BRANCH == "develop"'
variables:
APP_NAME: GMW
PROJ_NAME: GMW
NEXUS_PATH: GMW
before_script:
- *nuget-fix
@@ -157,6 +159,7 @@ GMW_SP:staging:
- if: '$CI_COMMIT_BRANCH == "develop"'
variables:
APP_NAME: GMW
PROJ_NAME: GMW
NEXUS_PATH: GMW
before_script:
- *nuget-fix
@@ -176,6 +179,7 @@ TERM_TK:staging:
- if: '$CI_COMMIT_BRANCH == "develop"'
variables:
APP_NAME: GMWT
PROJ_NAME: GMW_Terminus
NEXUS_PATH: GMWT
before_script:
- *nuget-fix
@@ -195,6 +199,7 @@ TERM_SP:staging:
- if: '$CI_COMMIT_BRANCH == "develop"'
variables:
APP_NAME: GMWT
PROJ_NAME: GMW_Terminus
NEXUS_PATH: GMWT
before_script:
- *nuget-fix
@@ -214,6 +219,7 @@ GMW_TK:deploy:
- if: '$CI_COMMIT_BRANCH == "master"'
variables:
APP_NAME: GMW
PROJ_NAME: GMW
NEXUS_PATH: GMW
before_script:
- *nuget-fix
@@ -233,6 +239,7 @@ GMW_SP:deploy:
- if: '$CI_COMMIT_BRANCH == "master"'
variables:
APP_NAME: GMW
PROJ_NAME: GMW
NEXUS_PATH: GMW
before_script:
- *nuget-fix
@@ -252,6 +259,7 @@ TERM_TK:deploy:
- if: '$CI_COMMIT_BRANCH == "master"'
variables:
APP_NAME: GMWT
PROJ_NAME: GMW_Terminus
NEXUS_PATH: GMWT
before_script:
- *nuget-fix
@@ -271,6 +279,7 @@ TERM_SP:deploy:
- if: '$CI_COMMIT_BRANCH == "master"'
variables:
APP_NAME: GMWT
PROJ_NAME: GMW_Terminus
NEXUS_PATH: GMWT
before_script:
- *nuget-fix
@@ -290,6 +299,7 @@ GMW_TK:install:
- if: '$CI_COMMIT_BRANCH == "master"'
variables:
APP_NAME: GMW
PROJ_NAME: GMW
NEXUS_PATH: GMW
before_script:
- *nuget-fix
@@ -309,6 +319,7 @@ GMW_SP:install:
- if: '$CI_COMMIT_BRANCH == "master"'
variables:
APP_NAME: GMW
PROJ_NAME: GMW
NEXUS_PATH: GMW
before_script:
- *nuget-fix
@@ -328,6 +339,7 @@ TERM_TK:install:
- if: '$CI_COMMIT_BRANCH == "master"'
variables:
APP_NAME: GMWT
PROJ_NAME: GMW_Terminus
NEXUS_PATH: GMWT
before_script:
- *nuget-fix
@@ -347,6 +359,7 @@ TERM_SP:install:
- if: '$CI_COMMIT_BRANCH == "master"'
variables:
APP_NAME: GMWT
PROJ_NAME: GMW_Terminus
NEXUS_PATH: GMWT
before_script:
- *nuget-fix
+1 -1
View File
@@ -284,7 +284,7 @@
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization" />
+1 -1
View File
@@ -221,7 +221,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.InteropServices.RuntimeInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
<bindingRedirect oldVersion="0.0.0.0-4.3.0.0" newVersion="4.3.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />