Force a release build

This commit is contained in:
Luis Ángel San Martín
2025-04-01 11:10:10 +02:00
parent e09ce91a05
commit 2eca70f0a0

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