File tree 1 file changed +6
-9
lines changed
1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 1
- # This workflow will install Python dependencies and run end to end tests with single version of Python
2
- # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
3
-
4
1
pr :
5
2
branches :
6
3
include :
7
- - main
4
+ - dev
8
5
paths :
9
6
exclude :
10
7
- ' **.md'
11
8
12
9
trigger :
13
10
branches :
14
11
include :
15
- - main
12
+ - dev
16
13
paths :
17
14
exclude :
18
15
- ' **.md'
@@ -29,7 +26,7 @@ schedules:
29
26
displayName : At 12:00 AM, only on Monday
30
27
branches :
31
28
include :
32
- - main
29
+ - dev
33
30
always : true
34
31
35
32
extends :
@@ -42,7 +39,7 @@ extends:
42
39
43
40
stages :
44
41
- stage : Build
45
- displayName : ' Python E2E CI Tests '
42
+ displayName : ' Build extension and samples '
46
43
jobs :
47
44
- job : Build
48
45
pool :
@@ -51,6 +48,6 @@ extends:
51
48
os : linux
52
49
steps :
53
50
- task : UseDotNet@2
54
- displayName : ' Install .NET Core SDK 8 '
51
+ displayName : ' Install .NET Core SDK 6 LTS '
55
52
inputs :
56
- version : ' 8 .x'
53
+ version : ' 6 .x'
You can’t perform that action at this time.
0 commit comments