This commit is contained in:
parent
9a5ee6153e
commit
9592f4f8e4
@ -10,7 +10,9 @@ jobs:
|
||||
container:
|
||||
image: mcr.microsoft.com/devcontainers/dotnet
|
||||
steps:
|
||||
- name: Install prerequisites
|
||||
- name: Install .NET Tools
|
||||
run: apt update && apt install node git
|
||||
- name: Install .NET Tools
|
||||
run: dotnet tool update -g docfx
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
@ -9,7 +9,9 @@
|
||||
"**/bin/Release/*.dll"
|
||||
],
|
||||
"exclude": [
|
||||
"ReMime/ReMime.Tests/**"
|
||||
"ReMime/ReMime.Tests/**",
|
||||
"ReFuel/tests/**",
|
||||
"ReFuel/lib/**"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user