We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a2730 commit da7b8e7Copy full SHA for da7b8e7
azure-pipelines.yml
@@ -28,7 +28,7 @@ jobs:
28
29
##############################
30
- job: Build_mscorlib
31
- condition: eq(variables['UPDATE_DEPENDENTS'], 'false')
+ condition: or( eq(variables['UPDATE_DEPENDENTS'], 'false'), eq(variables['StartReleaseCandidate'], 'true') )
32
pool:
33
vmImage: 'VS2017-Win2016'
34
0 commit comments