diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 9602e158..25d1e941 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -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 }}/" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cbe7edf5..25014665 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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/"