Skip to content

Commit

Permalink
Merge pull request #25 from vippsas/UF-2015-Echo-csproj-file
Browse files Browse the repository at this point in the history
UF-2015 Echo csproj file
  • Loading branch information
henrikvindshoj authored Oct 29, 2024
2 parents 8ea709d + 641dcac commit 388e2e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
id: buildnumber
run: echo "BUILDNUMBER=$((($(date +%s) - $(date -d '2024-01-01' +%s)) / 3600 % 65535))" >> $GITHUB_ENV

# Find the .csproj file
- name: Locate Project File
id: locate_csproj
run: echo "CS_PROJ_PATH=$(find . -name '*.csproj' | head -n 1)" >> $GITHUB_ENV

- name: Pack
run: dotnet pack ./**/*.csproj --configuration Release /p:Version=${{ env.VERSIONNUMBER }}.${{ env.BUILDNUMBER }}

Expand Down

0 comments on commit 388e2e6

Please sign in to comment.