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 dcbdf40
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.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<CreateDocumentation Condition=" '$(CreateDocumentationFile)'!='true' ">false</CreateDocumentation>
<DocumentationFile Condition=" '$(CreateDocumentationFile)'=='true' ">$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
<DebugType Condition=" '$(DebugType)'=='' ">embedded</DebugType>
<SelfContained>true</SelfContained>
</PropertyGroup>

<ItemGroup Condition=" '$(IsWixTestProject)'!='true' ">
Expand Down

0 comments on commit dcbdf40

Please sign in to comment.