File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 runs-on : windows-latest
2323
2424 env :
25- Solution_Name : Musium.slnx
25+ Solution_Name : Musium
2626
2727 steps :
2828 - name : Checkout
3737 uses : microsoft/setup-msbuild@v1.0.2
3838
3939 - name : Restore the application
40- run : msbuild $env:Solution_Name /t:Restore /p:Configuration=$env:Configuration
40+ run : msbuild " $env:Solution_Name.slnx" /t:Restore /p:Configuration=$env:Configuration
4141 env :
42- Solution_Name : Musium
4342 Configuration : ${{ matrix.configuration }}
4443
4544 - name : Decode the pfx
4948 [IO.File]::WriteAllBytes("$certificatePath", $pfx_cert_byte)
5049
5150 - name : Create the app package
52- run : msbuild $env:Solution_Name /p:Configuration=$env:Configuration /p:Platform=$env:Platform /p:UapAppxPackageBuildMode=$env:Appx_Package_Build_Mode /p:AppxBundle=$env:Appx_Bundle /p:PackageCertificateKeyFile=GitHubActionsWorkflow.pfx /p:AppxPackageDir="$env:Appx_Package_Dir" /p:GenerateAppxPackageOnBuild=true
51+ run : msbuild " $env:Solution_Name.slnx" /p:Configuration=$env:Configuration /p:Platform=$env:Platform /p:UapAppxPackageBuildMode=$env:Appx_Package_Build_Mode /p:AppxBundle=$env:Appx_Bundle /p:PackageCertificateKeyFile=GitHubActionsWorkflow.pfx /p:AppxPackageDir="$env:Appx_Package_Dir" /p:GenerateAppxPackageOnBuild=true
5352 env :
5453 Appx_Bundle : Never
5554 Appx_Package_Build_Mode : SideloadOnly
You can’t perform that action at this time.
0 commit comments