File tree Expand file tree Collapse file tree 6 files changed +12
-7
lines changed Expand file tree Collapse file tree 6 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1111# 4. Sign the package
1212# 5. Publish the package to Azure
1313
14- name : Files CD (Sideload Preview)
14+ name : Files CD
1515
1616on :
1717 workflow_dispatch :
1818
1919jobs :
2020 build :
21+ name : Deploy (Sideload Preview)
2122 runs-on : windows-latest
2223 environment : Deployments
2324 strategy :
Original file line number Diff line number Diff line change 1111# 4. Sign the package
1212# 5. Publish the package to Azure
1313
14- name : Files CD (Sideload Stable)
14+ name : Files CD
1515
1616on :
1717 workflow_dispatch :
1818
1919jobs :
2020 build :
21+ name : Deploy (Sideload Stable)
2122 runs-on : windows-latest
2223 environment : Deployments
2324 strategy :
Original file line number Diff line number Diff line change 1010# 3. Generate a msixupload file
1111# 4. Publish the msixupload to GitHub Actions
1212
13- name : Files CD (Store Preview)
13+ name : Files CD
1414
1515on :
1616 workflow_dispatch :
1717
1818jobs :
1919 build :
20+ name : Deploy (Store Preview)
2021 runs-on : windows-latest
2122 environment : Deployments
2223 strategy :
Original file line number Diff line number Diff line change 1010# 3. Generate a msixupload file
1111# 4. Publish the msixupload to GitHub Actions
1212
13- name : Files CD (Store Stable)
13+ name : Files CD
1414
1515on :
1616 workflow_dispatch :
1717
1818jobs :
1919 build :
20+ name : Deploy (Store Stable)
2021 runs-on : windows-latest
2122 environment : Deployments
2223 strategy :
Original file line number Diff line number Diff line change 4646jobs :
4747
4848 check-formatting :
49-
49+ name : Check formatting
5050 if : github.repository_owner == 'files-community'
5151
5252 runs-on : windows-latest
8282 run : exit 1
8383
8484 build :
85-
85+ name : Build
8686 if : github.repository_owner == 'files-community'
8787
8888 runs-on : windows-latest
@@ -180,7 +180,7 @@ jobs:
180180 path : ${{ env.ARTIFACTS_STAGING_DIR }}
181181
182182 test :
183-
183+ name : Test
184184 if : github.repository_owner == 'files-community' && always()
185185
186186 needs : [build]
Original file line number Diff line number Diff line change 55
66jobs :
77 format-xaml :
8+ name : Format XAML
89 if : github.event.issue.pull_request && github.event.comment.body == '/format'
910 runs-on : windows-latest
1011 environment : Pull Requests
You can’t perform that action at this time.
0 commit comments