Skip to content

Commit

Permalink
Update dotnet-core.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
falox authored Oct 10, 2020
1 parent 16218b6 commit f989ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
echo Version: $VERSION
VERSION="${VERSION//v}"
echo Clean Version: $VERSION
dotnet pack -v normal -c Release --include-symbols --include-source -p:PackageVersion=$VERSION -o nupkg src/k8s.Operators/k8s.Operators.*proj
dotnet pack -v normal -c Release -p:PackageVersion=$VERSION -o nupkg src/k8s.Operators/k8s.Operators.*proj
#- name: Push to GitHub Feed
# run: |
# for f in ./nupkg/*.nupkg
Expand Down

0 comments on commit f989ab3

Please sign in to comment.