We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3bce8c commit 3e893bbCopy full SHA for 3e893bb
.github/workflows/main.yml
@@ -14,4 +14,4 @@ jobs:
14
- name: Build arm64
15
run: dotnet build ./src/FileHashGenerator/FileHashGenerator.Presentation/ -c Release --no-self-contained /p:Platform=arm64
16
- name: Test
17
- run: dotnet test ./src/FileHashGenerator/FileHashGenerator.slnx -c Release
+ run: dotnet test ./src/FileHashGenerator/FileHashGenerator.sln -c Release
0 commit comments