File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 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/'
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 : |
You can’t perform that action at this time.
0 commit comments