Skip to content

Commit

Permalink
Add the build number for the dev SN-782
Browse files Browse the repository at this point in the history
  • Loading branch information
vasiliy-chefonov committed Nov 12, 2024
1 parent 2e2fd13 commit f3ef70b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
NetForge:
uses: ./.github/workflows/pack-library.yml
with:
version_postfix: dev
version_postfix: dev-${{ github.run_number }}
15 changes: 4 additions & 11 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,10 @@ jobs:
- name: Setup dotnet 8
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x'

- name: Setup dotnet 7
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.x'

- name: Setup dotnet 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: Checkout Source
uses: actions/checkout@v2
Expand Down

0 comments on commit f3ef70b

Please sign in to comment.