Update workflow.
Some checks failed
Build and Deploy / build_and_deploy (push) Failing after 8s

This commit is contained in:
H. Utku Maden 2025-01-25 19:22:39 +03:00
parent 9a5ee6153e
commit 9592f4f8e4
2 changed files with 6 additions and 2 deletions

@ -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/**"
] ]
} }
], ],