File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 6767 [IO.File]::WriteAllBytes("$certificatePath", $pfx_cert_byte)
6868
6969 - name : Create the app package
70- run : msbuild $env:Solution_Name/$env:Solution_Name.csproj /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 /p: GithubAction=true
70+ run : msbuild $env:Solution_Name/$env:Solution_Name.csproj /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:GithubAction=true
7171 env :
7272 Appx_Bundle : Never
7373 Appx_Package_Build_Mode : SideloadOnly
Original file line number Diff line number Diff line change 1919 <GenerateTestArtifacts >True</GenerateTestArtifacts >
2020 <AppxBundle >Never</AppxBundle >
2121 <Nullable >enable</Nullable >
22+ <GenerateAppxPackageOnBuild >true</GenerateAppxPackageOnBuild >
2223 <HoursBetweenUpdateChecks >0</HoursBetweenUpdateChecks >
2324 <AppxPackageDir >..\AppPackages\</AppxPackageDir >
2425 <NoWarn >MSB3277</NoWarn >
You can’t perform that action at this time.
0 commit comments