Skip to content

Commit

Permalink
Changes in CI configs
Browse files Browse the repository at this point in the history
  • Loading branch information
levanoz committed May 4, 2022
1 parent 767dd82 commit 323cb06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
dotnet-version: 6.0.x
include-prerelease: false

- name: Remove net framework example project
run: dotnet sln remove "examples\UsageExample3\UsageExample3.csproj"

- name: Restore
run: dotnet restore -p:Configuration=Release

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
nuget-version: latest
nuget-api-key-source: 'https://api.nuget.org/v3/index.json'

- name: Remove net framework example project
run: dotnet sln remove "examples\UsageExample3\UsageExample3.csproj"

- name: Restore
run: dotnet restore -p:Configuration=Release

Expand Down

0 comments on commit 323cb06

Please sign in to comment.