Skip to content

Commit e81a4ee

Browse files
authored
Remove aspnetcore-daily-dev-builds schedules (#22639)
* Remove aspnetcore-daily-dev-builds schedules - was about to disable the pipeline but found I wanted to run it manually - see #22556 (comment) * !fixup! Correct binlog paths - broken a while ago when I changed working directories
1 parent 3cdc716 commit e81a4ee

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

.azure/pipelines/devBuilds.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@ trigger: none
88
# no PR builds
99
pr: none
1010

11-
# Schedule this pipeline to run every midnight
12-
schedules:
13-
- cron: "0 8 * * *"
14-
displayName: Daily midnight Dev builds
15-
branches:
16-
include:
17-
- master
18-
always: true
19-
2011
stages:
2112
- stage: build_components
2213
displayName: Build Components
@@ -32,7 +23,7 @@ stages:
3223
- script: ./build.cmd
3324
-ci
3425
-arch x64
35-
/bl:artifacts/log/build.components.x64.binlog
26+
/bl:$(Build.SourcesDirectory)/artifacts/log/build.components.x64.binlog
3627
displayName: Build x64
3728
workingDirectory: ./src/Components
3829
artifacts:
@@ -55,7 +46,7 @@ stages:
5546
- script: ./build.cmd
5647
-ci
5748
-arch x64
58-
/bl:artifacts/log/build.servers.x64.binlog
49+
/bl:$(Build.SourcesDirectory)/artifacts/log/build.servers.x64.binlog
5950
displayName: Build x64
6051
workingDirectory: ./src/Servers
6152
artifacts:
@@ -78,7 +69,7 @@ stages:
7869
- script: ./build.cmd
7970
-ci
8071
-arch x64
81-
/bl:artifacts/log/build.projectTemplates.x64.binlog
72+
/bl:$(Build.SourcesDirectory)/artifacts/log/build.projectTemplates.x64.binlog
8273
displayName: Build x64
8374
workingDirectory: ./src/ProjectTemplates
8475
artifacts:
@@ -101,7 +92,7 @@ stages:
10192
- script: ./build.cmd
10293
-ci
10394
-arch x64
104-
/bl:artifacts/log/build.all.x64.binlog
95+
/bl:$(Build.SourcesDirectory)/artifacts/log/build.all.x64.binlog
10596
displayName: Build x64
10697
artifacts:
10798
- name: Windows_Logs

0 commit comments

Comments
 (0)