Skip to content

Commit

Permalink
print build.props
Browse files Browse the repository at this point in the history
  • Loading branch information
KBBA committed Jul 28, 2023
1 parent 0095dd4 commit 2eae493
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-build-push-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ jobs:
find: '(<Version>\d+\.\d+)\.(\d+)(<)'
replace: '$1.${{ github.run_number }}${{ env.PR_BRANCH_NAME }}$3'
include: './Directory.Build.props'

- name: print props
run: |
cat ./Directory.Build.props
# Force GeneratePackageOnBuild to false since dotnet pack does not build when
# it is true (https://github.com/dotnet/sdk/issues/10335)
Expand Down

0 comments on commit 2eae493

Please sign in to comment.