Force a release build

This commit is contained in:
Luis Ángel San Martín 2025-04-01 11:10:10 +02:00
parent 3b77b0b1aa
commit c81211be81

View File

@ -41,6 +41,7 @@ jobs:
set DEFINES_VAR=DEFINES+="BUILD_NUMBER=\\\\\\\"$(Build.BuildNumber)\\\\\\\""
qmake CONFIG+="7zip" %DEFINES_VAR%
nmake
namke release
displayName: 'Build'
- ${{ if and(eq(variables['System.TeamFoundationCollectionUri'], 'https://dev.azure.com/luisangelsm/'), or(eq(variables['Build.SourceBranch'], 'refs/heads/master'), eq(variables['Build.SourceBranch'], 'refs/heads/develop'))) }}:
- task: DownloadSecureFile@1