File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 35
35
APPX_PACKAGE_DIR : ' ${{ github.workspace }}\artifacts\AppxPackages'
36
36
PACKAGE_PROJECT_DIR : ' src\Files.App (Package)'
37
37
PACKAGE_PROJECT_PATH : ' src\Files.App (Package)\Files.Package.wapproj'
38
+ LAUNCHER_PATH : ' src\Files.App.Launcher\Files.App.Launcher.vcxproj'
38
39
PACKAGE_MANIFEST_PATH : ' src\Files.App (Package)\Package.appxmanifest'
39
40
TEST_PROJECT_PATH : ' tests\Files.InteractionTests\Files.InteractionTests.csproj'
40
41
APP_INSTALLER_SIDELOAD_URL : ' https://cdn.files.community/files/preview/'
86
87
-p:Configuration=$env:CONFIGURATION `
87
88
-p:PublishReadyToRun=true
88
89
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
+
89
97
- name : Build & package Files
90
98
shell : pwsh
91
99
run : |
You can’t perform that action at this time.
0 commit comments