-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set up Windows Application Packaging Project (#9)
Adds app package for the ms store to pipeline - [x] x86 - [ ] x64 Add a welcome page - showing the current config - points to the config such that the user experienced users can change their settings - exits the app such that the user doesnt need the taskmanager anymore --------------------------------- * Set up Windows Application Packaging Project * [Ignore("Skipping this unit test in the pipeline")] * # Add MsBuild to the PATH: https://github.com/microsoft/setup-msbuild - name: Setup MSBuild.exe uses: microsoft/[email protected] * - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v2 * /p:TargetFramework=net8.0-windows /p:Runtimeidentifier=win-$env:TargetPlatform * Create an X509Certificate2 object from the byte array * certFilePath * # if: github.event_name != 'pull_request' && env.Wap_build == 'true' * dir ${{env.AppxPackageDir}} * AppxPackageDir * ${{env.AppxPackageDir}} * restore * Configuration * Release * ${{ matrix.configuration }} * /p:Runtimeidentifier=win-$env:TargetPlatform ` * # * /t:Restore ` * dir * dir mkdir ${{env.AppxPackageDir}} * dir ${{env.AppxPackageDir}} * /t:Restore;Build ` * /t:"Restore;Build" ` * Runtimeidentifier * x86 * ${{ env.AppxPackageDir }} * /t:"Restore;Build" ` * /p:AppxBundlePlatforms="${{matrix.targetplatform}}" ` * ${{matrix.targetplatform}} * fix idendity * Update manifest version * if: github.event_name != 'pull_request' && env.Wap_build == 'true' * x64 * # Only build the wapproj for x86 * add Welcome page * if: env.Wap_build == 'true' && matrix.targetplatform != 'x64'
- Loading branch information
Showing
23 changed files
with
623 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.