Skip to content

Commit 300fa25

Browse files
Disabling Scheduled Run as we do manual release builds. (#5129)
* Disabling Scheduled Run as we do manual release builds. Disabling the schedule for the agent release pipeline as we are doing manual releases for .net8 and .net 6 going forward. * Making .net8 as default
1 parent e9c5346 commit 300fa25

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.vsts.release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ pr:
1919
- .azure-pipelines
2020
- .vsts.release.yml
2121

22-
schedules:
23-
- cron: '0 6 * * 2'
24-
displayName: Scheduled weekly run
25-
branches:
26-
include:
27-
- master
28-
2922
parameters:
3023
- name: version
3124
type: string
@@ -34,7 +27,7 @@ parameters:
3427
- name: targetFramework
3528
displayName: Target framework
3629
type: string
37-
default: net6.0
30+
default: net8.0
3831
values:
3932
- net6.0
4033
- net8.0

0 commit comments

Comments
 (0)