Forzo copia resources x pubblicazione dati installer...

This commit is contained in:
Samuele E. Locatelli
2018-12-14 17:05:04 +01:00
parent 9db2ca3e31
commit 8d82d89419
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -219,6 +219,15 @@
<Content Include="Properties\PublishProfiles\IIS02.pubxml.user" />
<Content Include="Properties\PublishProfiles\OVH-demo.pubxml.user" />
<Content Include="Properties\PublishProfiles\OVH-EletScal.pubxml.user" />
<Content Include="Resources\ChangeLog.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Resources\logoSteamware.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Resources\manifest.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Scripts\all.js" />
<Content Include="Scripts\all.min.js" />
<Content Include="Scripts\bootstrap.bundle.js" />
Vendored
+1 -1
View File
@@ -21,7 +21,7 @@ pipeline {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
withEnv(['NEXT_BUILD_NUMBER=133']) {
withEnv(['NEXT_BUILD_NUMBER=134']) {
// env.versionNumber = VersionNumber(versionNumberString : '1.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2018-01-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '1.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2018-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.APP_NAME = 'C.TRACK'