diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index d36f9e8b..a221bca5 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@207c4bf50a9e2483cb86bb0a34cb92ffa49931ec + uses: josepho0918/vstest-action@49545306a05a7f73af67a484cb0fced37cddff8c with: testAssembly: "NuGet*.Test.dll" searchFolder: "tests/*/bin/TestWindows/${{ matrix.framework }}/" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca157bef..cddc2353 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@207c4bf50a9e2483cb86bb0a34cb92ffa49931ec + uses: josepho0918/vstest-action@49545306a05a7f73af67a484cb0fced37cddff8c with: testAssembly: "NuGet*.Test.dll" searchFolder: "tests/*/bin/Release/net9.0/"