File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
run : npm install -g @microsoft/rush@$(jq -r '.rushVersion' "rush.json")
32
32
- name : Install dependencies
33
33
run : rush install
34
- - name : Switch flavor for beta release build
35
- run : rush switch-flavor:beta-release
34
+ - name : Switch flavor for stable release build
35
+ run : rush switch-flavor:stable
36
36
- name : Build Communication-react
37
37
run : rush build -t @azure/communication-react
38
38
- name : Build Server
73
73
run : npm install -g @microsoft/rush@$(jq -r '.rushVersion' "rush.json")
74
74
- name : Install dependencies
75
75
run : rush install
76
- - name : Switch flavor for stable release build
77
- run : rush switch-flavor:stable
76
+ - name : Switch flavor for beta release build
77
+ run : rush switch-flavor:beta-release
78
78
- name : Build Communication-react
79
79
run : rush build -t @azure/communication-react
80
80
- name : Build Server
You can’t perform that action at this time.
0 commit comments