Skip to content

Commit 13d168c

Browse files
authored
Fix install tools step
1 parent faa34c3 commit 13d168c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jobs:
8282
# Install GitVersion for semantic versioning
8383
dotnet tool install --global GitVersion.Tool --version 5.*
8484
85-
# # Verify installation
86-
# dotnet-gitversion
85+
# Verify installation
86+
dotnet-gitversion
8787
8888
Write-Host ".NET tools installation complete." -ForegroundColor Green
8989

0 commit comments

Comments
 (0)