Skip to content

Commit

Permalink
Fix build issues (#980)
Browse files Browse the repository at this point in the history
Technical
- Fix duplicate assembly reference build warnings
- Fix issue where release version number generated on pull request
  • Loading branch information
degory committed Mar 14, 2023
1 parent 990e044 commit 5a21453
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
]
},
"ghul.compiler": {
"version": "0.5.12",
"version": "0.5.15",
"commands": [
"ghul-compiler"
]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
uses: degory/create-version@v0.0.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
env:
PRERELEASE: ${{ github.event_name == 'pull_request' }}

unit_tests:
name: Run unit tests
Expand Down
4 changes: 0 additions & 4 deletions ghul.ghulproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@
<GhulOptions Include="--define release" Condition="'$(CI)' != ''" />

<!-- Package dependencies -->
<PackageReference Include="ghul.targets" />
<PackageReference Include="ghul.runtime" />
<PackageReference Include="ghul.pipes" />

<PackageReference Include="System.Reflection.MetadataLoadContext" Version="6.0.0" />
<PackageReference Include="runtime.linux-x64.Microsoft.NETCore.ILAsm" Version="6.0.0" />
<PackageReference Include="runtime.win-x64.Microsoft.NETCore.ILAsm" Version="6.0.0" />
Expand Down

0 comments on commit 5a21453

Please sign in to comment.