Take a look at what's inside the Makefile

This commit is contained in:
Luis Ángel San Martín 2025-04-01 11:23:47 +02:00
parent c81211be81
commit abf6f36a53

View File

@ -41,7 +41,7 @@ jobs:
set DEFINES_VAR=DEFINES+="BUILD_NUMBER=\\\\\\\"$(Build.BuildNumber)\\\\\\\"" set DEFINES_VAR=DEFINES+="BUILD_NUMBER=\\\\\\\"$(Build.BuildNumber)\\\\\\\""
qmake CONFIG+="7zip" %DEFINES_VAR% qmake CONFIG+="7zip" %DEFINES_VAR%
nmake nmake
namke release type Makefile
displayName: 'Build' 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'))) }}: - ${{ 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 - task: DownloadSecureFile@1