Skip to content

Commit

Permalink
Fix github-build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nirbar committed Nov 21, 2023
1 parent cf0ede6 commit 1ebf940
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
RuntimeTestsEnabled: true
SigningVaultUri: ${{ github.ref == 'refs/heads/master' && secrets.WIX_SIGNING_VAULTURI || '' }}
SigningCertName: ${{ github.ref == 'refs/heads/master' && secrets.WIX_SIGNING_CERTNAME || '' }}
BuildRunNumber: ${{ github.run_number }}

- name: Resolve build version
if: always()
Expand Down
1 change: 1 addition & 0 deletions src/Directory.csproj.targets
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<CreateDocumentation Condition=" '$(CreateDocumentationFile)'!='true' ">false</CreateDocumentation>
<DocumentationFile Condition=" '$(CreateDocumentationFile)'=='true' ">$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
<DefineConstants Condition=" '$(Configuration)'=='Debug' ">$(DefineConstants);DEBUG</DefineConstants>
<SelfContained Condition=" '$(SelfContained)'=='' And '$(RuntimeIdentifier)' != '' ">true</SelfContained>

<WixVersionThisAssemblyFile>$(RootBuildFolder)ThisAssembly.WixVer.cs</WixVersionThisAssemblyFile>
</PropertyGroup>
Expand Down

0 comments on commit 1ebf940

Please sign in to comment.