Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
env:
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
dotnet-version: |
8.0.x
9.0.x
global-json-file: global.json
source-url: https://nuget.pkg.github.com/open-feature/index.json

- name: Restore
Expand Down Expand Up @@ -67,9 +65,7 @@ jobs:
env:
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
dotnet-version: |
8.0.x
9.0.x
Comment thread
askpt marked this conversation as resolved.
global-json-file: global.json
source-url: https://nuget.pkg.github.com/open-feature/index.json

- name: Restore
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
env:
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
dotnet-version: |
8.0.x
9.0.x
global-json-file: global.json
source-url: https://nuget.pkg.github.com/open-feature/index.json

- name: Run Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup .NET SDK
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
with:
dotnet-version: 9.0.x
global-json-file: global.json

- name: dotnet format
run: dotnet format --verify-no-changes OpenFeature.sln
4 changes: 1 addition & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
env:
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
dotnet-version: |
8.0.x
9.0.x
global-json-file: global.json
source-url: https://nuget.pkg.github.com/open-feature/index.json

- name: Initialize Tests
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
token: ${{secrets.RELEASE_PLEASE_ACTION_TOKEN}}
default-branch: main
signoff: "OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>"
release-type: simple
outputs:
release_created: ${{ steps.release.outputs.release_created }}
release_tag_name: ${{ steps.release.outputs.tag_name }}
Expand All @@ -46,9 +47,7 @@ jobs:
env:
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
dotnet-version: |
8.0.x
9.0.x
global-json-file: global.json
source-url: https://nuget.pkg.github.com/open-feature/index.json

- name: Install dependencies
Expand Down Expand Up @@ -83,8 +82,7 @@ jobs:
env:
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
dotnet-version: |
9.0.x
global-json-file: global.json
source-url: https://nuget.pkg.github.com/open-feature/index.json

- name: Install CycloneDX.NET
Expand Down