Skip to content

Commit ca191af

Browse files
authored
Merge pull request #866 from OfficeDev/zhangyuqi/switchBranchToRelease
point branch to release branch
2 parents 4226b13 + 534ec9d commit ca191af

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/app/config/projectProperties.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"templates": {
66
"javascript": {
77
"repository": "https://github.com/OfficeDev/Office-Addin-TaskPane-JS",
8-
"branch": "yo-office"
8+
"branch": "release"
99
},
1010
"typescript": {
1111
"repository": "https://github.com/OfficeDev/Office-Addin-TaskPane",
12-
"branch": "yo-office"
12+
"branch": "release"
1313
}
1414
},
1515
"supportedHosts": {
@@ -83,11 +83,11 @@
8383
"templates": {
8484
"javascript": {
8585
"repository": "https://github.com/OfficeDev/Office-Addin-TaskPane-React-JS",
86-
"branch": "yo-office"
86+
"branch": "release"
8787
},
8888
"typescript": {
8989
"repository": "https://github.com/OfficeDev/Office-Addin-TaskPane-React",
90-
"branch": "yo-office"
90+
"branch": "release"
9191
}
9292
},
9393
"supportedHosts": {
@@ -129,12 +129,12 @@
129129
"templates": {
130130
"javascript": {
131131
"repository": "https://github.com/OfficeDev/Excel-Custom-Functions-Shared-JS",
132-
"branch": "yo-office",
132+
"branch": "release",
133133
"prerelease": "main"
134134
},
135135
"typescript": {
136136
"repository": "https://github.com/OfficeDev/Excel-Custom-Functions-Shared",
137-
"branch": "yo-office",
137+
"branch": "release",
138138
"prerelease": "main"
139139
}
140140
},
@@ -151,11 +151,11 @@
151151
"templates": {
152152
"javascript": {
153153
"repository": "https://github.com/OfficeDev/Excel-Custom-Functions-JS",
154-
"branch": "yo-office"
154+
"branch": "release"
155155
},
156156
"typescript": {
157157
"repository": "https://github.com/OfficeDev/Excel-Custom-Functions",
158-
"branch": "yo-office"
158+
"branch": "release"
159159
}
160160
},
161161
"supportedHosts": {
@@ -171,11 +171,11 @@
171171
"templates": {
172172
"javascript": {
173173
"repository": "https://github.com/OfficeDev/Office-Addin-TaskPane-SSO-JS",
174-
"branch": "yo-office"
174+
"branch": "release"
175175
},
176176
"typescript": {
177177
"repository": "https://github.com/OfficeDev/Office-Addin-Taskpane-SSO",
178-
"branch": "yo-office"
178+
"branch": "release"
179179
}
180180
},
181181
"supportedHosts": {

0 commit comments

Comments
 (0)