Skip to content

Commit

Permalink
Add .NET tools for local use.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeago committed Apr 1, 2022
1 parent f360c8b commit 271656a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
24 changes: 24 additions & 0 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"version": 1,
"isRoot": true,
"tools": {
"codecov.tool": {
"version": "1.13.0",
"commands": [
"codecov"
]
},
"jetbrains.resharper.globaltools": {
"version": "2021.3.4",
"commands": [
"jb"
]
},
"nukeeper": {
"version": "0.35.0",
"commands": [
"nukeeper"
]
}
}
}
3 changes: 0 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ jobs:
- name: Run unit tests, collect code coverage information
run: dotnet test -c Release --no-build -p:CollectCoverage=true -p:CoverletOutput="${{ github.workspace }}/.coverage/lcov_${{ matrix.os }}_${{ matrix.net }}.info" -p:CoverletOutputFormat=lcov

- name: Create .NET local tool manifest file
run: dotnet new tool-manifest

- name: Install Codecov tool
run: dotnet tool install Codecov.Tool

Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ artifacts/
logs/

# Folders created by CI
.config/
.coverage/

# Visual Studio
Expand Down

0 comments on commit 271656a

Please sign in to comment.