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