build: removing uneeded tools
Some checks failed
deploy / deploy (push) Has been cancelled

This commit is contained in:
D. Moonfire 2024-03-10 13:22:44 -05:00
parent c682c8b9fb
commit 742c9da9b4
3 changed files with 2 additions and 5 deletions

View file

@ -2,10 +2,6 @@
"version": 1,
"isRoot": true,
"tools": {
"gitversion.tool": {
"version": "5.12.0",
"commands": ["dotnet-gitversion"]
},
"dotnet-reportgenerator-globaltool": {
"version": "5.1.24",
"commands": ["reportgenerator"]

View file

@ -21,7 +21,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
with:
fetch-depth: 0 # GitVersion has trouble calculating without full history.
fetch-depth: 100 # Should be deep enough to pick up version changes.
# Break apart downloading all the requirements into a separate step for timing purposes.
- run: nix develop --command echo prefetch flake

View file

@ -78,6 +78,7 @@ release-setup: restore-tools restore-packages
fi
# Sets the version for all the packages based on conventional commits
# and semantic releases.
release-version:
#!/usr/bin/env bash