Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
run: msbuild -t:rebuild -restore -p:RestorePackagesConfig=true -property:Configuration=TestWindows

- name: test
uses: josepho0918/vstest-action@4b5393444d86275221447b1a68354e3a78a1c41c
uses: josepho0918/vstest-action@d188330fa1e2f802e65637e8fed0e04e0c7f8387
with:
testAssembly: "NuGet*.Test.dll"
searchFolder: "tests/*/bin/TestWindows/${{ matrix.framework }}/"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: msbuild -t:rebuild -restore -p:RestorePackagesConfig=true -property:Configuration=Release

- name: test
uses: josepho0918/vstest-action@4b5393444d86275221447b1a68354e3a78a1c41c
uses: josepho0918/vstest-action@d188330fa1e2f802e65637e8fed0e04e0c7f8387
with:
testAssembly: "NuGet*.Test.dll"
searchFolder: "tests/*/bin/Release/net9.0/"
Expand Down
Loading