Skip to content

Commit 05ceea6

Browse files
authored
Fix pipelines
1 parent 962d1b7 commit 05ceea6

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

.github/workflows/code-analysis-built-module.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
shell: powershell
2626
run: |
2727
dotnet tool install --global GitVersion.Tool --version 5.*
28-
dotnet-gitversion
2928
- name: Run GitVersion
3029
shell: powershell
3130
run: |

.github/workflows/code-analysis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
shell: powershell
2626
run: |
2727
dotnet tool install --global GitVersion.Tool --version 5.*
28-
dotnet-gitversion
2928
- name: Run GitVersion
3029
shell: powershell
3130
run: |

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,6 @@ jobs:
205205
- name: Verify GitVersion
206206
shell: pwsh
207207
run: |
208-
Write-Host 'Running GitVersion to determine semantic version...'
209-
dotnet-gitversion
210208
Write-Host 'Running GitVersion to determine semantic version (parsing to PowerShell object)...'
211209
dotnet-gitversion | ConvertFrom-Json
212210

azure-pipelines.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ stages:
3030
steps:
3131
- pwsh: |
3232
dotnet tool install --global GitVersion.Tool --version 5.*
33-
dotnet-gitversion
3433
$gitVersionObject = dotnet-gitversion | ConvertFrom-Json
3534
$gitVersionObject.PSObject.Properties.ForEach{
3635
Write-Host -Object "Setting Task Variable '$($_.Name)' with value '$($_.Value)'."

0 commit comments

Comments
 (0)