Skip to content

Commit

Permalink
chg - Attempt to fix Get-FileHash call
Browse files Browse the repository at this point in the history
---

Type: chg
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Oct 10, 2024
1 parent 49e15ac commit 6509898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
dotnet-version: '8.0.x'
- name: Solution Compilation
run: |
powershell 'Get-FileHash -Algorithm sha256 tools/* | % {""- "" + $_.Hash + "" "" + (Resolve-Path -Path $_.Path -Relative)}'
powershell 'Get-FileHash -Algorithm sha256 tools/* | % {"- " + $_.Hash + " " + (Resolve-Path -Path $_.Path -Relative)}'
dotnet build -maxCpuCount:1 --configuration Debug
- name: Testing
run: dotnet test --no-build --configuration Debug
Expand Down

0 comments on commit 6509898

Please sign in to comment.