File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -71,16 +71,16 @@ jobs:
7171 # Install GitVersion for semantic versioning
7272 dotnet tool install --global GitVersion.Tool --version 5.*
7373
74- # Verify installation
75- dotnet-gitversion
74+ # # Verify installation
75+ # dotnet-gitversion
7676
7777 Write-Host ".NET tools installation complete." -ForegroundColor Green
7878
79- - name : Verify GitVersion
80- shell : pwsh
81- run : |
82- Write-Host "Running GitVersion to determine semantic version..." -ForegroundColor Green
83- dotnet-gitversion | ConvertFrom-Json
79+ # - name: Verify GitVersion
80+ # shell: pwsh
81+ # run: |
82+ # Write-Host "Running GitVersion to determine semantic version..." -ForegroundColor Green
83+ # dotnet-gitversion | ConvertFrom-Json
8484
8585 - name : Resolve Dependencies
8686 shell : pwsh
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010- Added setup workflow for GitHub Copilot.
1111 - Switch the workflow to use Linux.
12+ - Skip verify gitversion after install due to problem with how Copilot switches branch directly after checkout, before setup is finsihed.
1213
1314### Changed
1415
You can’t perform that action at this time.
0 commit comments