Skip to content

Commit 1ec2852

Browse files
committed
CI
1 parent 9f379f8 commit 1ec2852

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ShadowViewer/ShadowViewer.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
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>
@@ -26,9 +25,10 @@
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>

0 commit comments

Comments
 (0)