Skip to content

Commit

Permalink
WIP6 add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Mar 29, 2024
1 parent 53393cc commit 3b1d61c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ jobs:
- name: Pack
run: |
cd Nethereum
DATE=$(date +%Y%m%d-%H%M)
GIT_COMMIT=$(git rev-parse --short HEAD)
VERSION="$env:BASE_VERSION+$DATE.$GIT_COMMIT"
#TODO: use Fsdk like FSharpLint does: https://github.com/fsprojects/FSharpLint/blob/master/nugetPreRelease.fsx
VERSION="$env:BASE_VERSION"
dotnet pack -c Release -o ../dist -p:IncludeBuildOutput=false -p:IncludeContentInPack=false -p:TargetFrameworks=netstandard2.0 -p:Version=$VERSION
# disabled for now, comes from https://github.com/Mersho/Nethereum/commits/NethMetapackage
Expand Down

0 comments on commit 3b1d61c

Please sign in to comment.