Skip to content

Commit

Permalink
Revert "WIP6 add todo"
Browse files Browse the repository at this point in the history
This reverts commit 3b1d61c.
  • Loading branch information
knocte committed Mar 29, 2024
1 parent 3b1d61c commit fd2542b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,9 @@ jobs:
- name: Pack
run: |
cd Nethereum
#TODO: use Fsdk like FSharpLint does: https://github.com/fsprojects/FSharpLint/blob/master/nugetPreRelease.fsx
VERSION="$env:BASE_VERSION"
DATE=$(date +%Y%m%d-%H%M)
GIT_COMMIT=$(git rev-parse --short HEAD)
VERSION="$env:BASE_VERSION+$DATE.$GIT_COMMIT"
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 fd2542b

Please sign in to comment.