From 5a21453a917e71932b22d0006afdeb8ced65d7c3 Mon Sep 17 00:00:00 2001 From: degory Date: Tue, 14 Mar 2023 14:09:30 +0100 Subject: [PATCH] Fix build issues (#980) Technical - Fix duplicate assembly reference build warnings - Fix issue where release version number generated on pull request --- .config/dotnet-tools.json | 2 +- .github/workflows/ci.yml | 2 ++ ghul.ghulproj | 4 ---- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 9908125a8..79d0c5646 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -15,7 +15,7 @@ ] }, "ghul.compiler": { - "version": "0.5.12", + "version": "0.5.15", "commands": [ "ghul-compiler" ] diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c554836e..2c55a7864 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/ghul.ghulproj b/ghul.ghulproj index 8f0ebfe8e..30b3dcaff 100644 --- a/ghul.ghulproj +++ b/ghul.ghulproj @@ -45,10 +45,6 @@ - - - -