Skip to content

Commit 13247db

Browse files
committed
Update cd-sideload-preview.yml
1 parent 60c0eab commit 13247db

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/cd-sideload-preview.yml

+8
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
APPX_PACKAGE_DIR: '${{ github.workspace }}\artifacts\AppxPackages'
3636
PACKAGE_PROJECT_DIR: 'src\Files.App (Package)'
3737
PACKAGE_PROJECT_PATH: 'src\Files.App (Package)\Files.Package.wapproj'
38+
LAUNCHER_PATH: 'src\Files.App.Launcher\Files.App.Launcher.vcxproj'
3839
PACKAGE_MANIFEST_PATH: 'src\Files.App (Package)\Package.appxmanifest'
3940
TEST_PROJECT_PATH: 'tests\Files.InteractionTests\Files.InteractionTests.csproj'
4041
APP_INSTALLER_SIDELOAD_URL: 'https://cdn.files.community/files/preview/'
@@ -86,6 +87,13 @@ jobs:
8687
-p:Configuration=$env:CONFIGURATION `
8788
-p:PublishReadyToRun=true
8889
90+
- Build launcher project
91+
shell: pwsh
92+
run: |
93+
msbuild "$env:LAUNCHER_PATH" `
94+
-p:Platform=$env:PLATFORM `
95+
-p:Configuration=$env:CONFIGURATION
96+
8997
- name: Build & package Files
9098
shell: pwsh
9199
run: |

0 commit comments

Comments
 (0)