Skip to content

Commit

Permalink
use minver directly
Browse files Browse the repository at this point in the history
  • Loading branch information
thefringeninja committed May 22, 2020
1 parent 688f914 commit c7630e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ jobs:
- name: Dotnet Pack
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
Expand Down
1 change: 1 addition & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="MinVer" Version="2.2.0" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<Compile Include="../EventStore.Client.Common/**/*.cs"/>
Expand Down

0 comments on commit c7630e2

Please sign in to comment.