diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c6b3e4b0..508ad0a8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: shell: bash run: | dotnet tool restore - dotnet pack --configuration=Release --output=./packages /p:Version=$(dotnet tool run minver) \ + dotnet pack --configuration=Release --output=./packages \ /p:NoWarn=NU5105 \ /p:RepositoryUrl=https://github.com/EventStore/EventStore-Client-Dotnet \ /p:RepositoryType=git diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 550a84fea..d1a25e145 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -36,6 +36,7 @@ all runtime; build; native; contentfiles; analyzers +