File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 <RuntimeIdentifiers >win-x86;win-x64;win-arm64</RuntimeIdentifiers >
1313 <PublishProfile >win-$(Platform).pubxml</PublishProfile >
1414 <GenerateAppInstallerFile >False</GenerateAppInstallerFile >
15- <AppxPackageSigningEnabled >False</AppxPackageSigningEnabled >
1615 <AppxPackageSigningTimestampDigestAlgorithm >SHA256</AppxPackageSigningTimestampDigestAlgorithm >
1716 <AppxAutoIncrementPackageRevision >False</AppxAutoIncrementPackageRevision >
1817 <AppxSymbolPackageEnabled >False</AppxSymbolPackageEnabled >
2625 <LangVersion >preview</LangVersion >
2726 <PublishReadyToRun >false</PublishReadyToRun >
2827 <DefineConstants >DISABLE_XAML_GENERATED_MAIN</DefineConstants >
29- <GenerateTemporaryStoreCertificate >True</GenerateTemporaryStoreCertificate >
30- <MetalamaAllowPreviewLanguageFeatures >true</MetalamaAllowPreviewLanguageFeatures >
31-
28+ <GenerateTemporaryStoreCertificate Condition =" '$(GithubAction)' == 'false'" >True</GenerateTemporaryStoreCertificate >
29+ <MetalamaAllowPreviewLanguageFeatures Condition =" '$(GithubAction)' == 'false'" >true</MetalamaAllowPreviewLanguageFeatures >
30+ <AppxPackageSigningEnabled Condition =" '$(GithubAction)' == 'true'" >True</AppxPackageSigningEnabled >
31+ <GenerateAppxPackageOnBuild Condition =" '$(GithubAction)' == 'true'" >true</GenerateAppxPackageOnBuild >
3232 </PropertyGroup >
3333
3434 <ItemGroup >
You can’t perform that action at this time.
0 commit comments