Skip to content

Commit

Permalink
Merge branch 'main' of github.com:gehtsoft-usa/Gehtsoft.Measurements
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaygekht committed Jan 10, 2025
2 parents 9dde3e2 + a868b36 commit 2b39e68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ jobs:
env:
config: 'Release'
gs-nuget: https://proget.gehtsoft.com/nuget/public-nuget
gs_nuget: https://proget.gehtsoft.com/nuget/public-nuget
steps:
- name: checkout sources
uses: actions/checkout@v2

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.301
dotnet-version: 8.0.403

- name: Build release version
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ jobs:
runs-on: ubuntu-latest
env:
config: 'Release'
gs_nuget: 'https://proget.gehtsoft.com/nuget/public-nuget'

steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.301
dotnet-version: 8.0.403

# restore dependencies
- name: Install dependencies
Expand Down

0 comments on commit 2b39e68

Please sign in to comment.