Skip to content

Commit

Permalink
CI: fix
Browse files Browse the repository at this point in the history
No version tags yet, use (git)hash instead.
  • Loading branch information
davelim committed Oct 31, 2024
1 parent 2b7505f commit 6560ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet48.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build
run: msbuild DotNetDBF.sln -t:rebuild -property:Configuration=Release
- name: Test
uses: josepho0918/vstest-action@v1.0.0
uses: josepho0918/vstest-action@0e887de
with:
testAssembly: DotNetDBF.Test.dll
searchFolder: .\DotNetDBF.Test\bin\Release\*\
Expand Down

0 comments on commit 6560ccf

Please sign in to comment.