File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
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'
38+ LAUNCHER_PROJECT_PATH : ' src\Files.App.Launcher\Files.App.Launcher.vcxproj'
3939 PACKAGE_MANIFEST_PATH : ' src\Files.App (Package)\Package.appxmanifest'
4040 TEST_PROJECT_PATH : ' tests\Files.InteractionTests\Files.InteractionTests.csproj'
4141 APP_INSTALLER_SIDELOAD_URL : ' https://cdn.files.community/files/preview/'
9090 - Build launcher project
9191 shell : pwsh
9292 run : |
93- msbuild "$env:LAUNCHER_PATH " `
93+ msbuild "$env:LAUNCHER_PROJECT_PATH " `
9494 -p:Platform=$env:PLATFORM `
9595 -p:Configuration=$env:CONFIGURATION
9696
You can’t perform that action at this time.
0 commit comments