File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ extends:
174
174
agentOs : Windows
175
175
steps :
176
176
- ${{ if notIn(variables['Build.Reason'], 'PullRequest') }} :
177
- - script : " echo ##vso[build.addbuildtag]daily-build"
177
+ - script : echo " ##vso[build.addbuildtag]daily-build"
178
178
displayName : ' Set CI daily-build tag'
179
179
180
180
# !!! NOTE !!! Some of these steps have disabled code signing.
Original file line number Diff line number Diff line change 40
40
timeoutInMinutes : 300
41
41
steps :
42
42
- ${{ if eq(variables['Build.CronSchedule.DisplayName'], 'IdentityModel test job') }} :
43
- - script : " echo ##vso[build.addbuildtag]identitymodel-test"
43
+ - script : echo " ##vso[build.addbuildtag]identitymodel-test"
44
44
displayName : ' Set CI identitymodel-test tag'
45
45
# Build the shared framework
46
46
- script : ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine -nobl -all -pack -arch x64
You can’t perform that action at this time.
0 commit comments