diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index a4b318ae..7787fc31 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@d0044e23657b8acd832cb34ad40467d3dfdd3483 + uses: josepho0918/vstest-action@e5a6307610b78aa655455f72be7f58ca5ca2b994 with: testAssembly: "NuGet*.Test.dll" searchFolder: "tests/*/bin/TestWindows/${{ matrix.framework }}/" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c712c89..2811ac18 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@d0044e23657b8acd832cb34ad40467d3dfdd3483 + uses: josepho0918/vstest-action@e5a6307610b78aa655455f72be7f58ca5ca2b994 with: testAssembly: "NuGet*.Test.dll" searchFolder: "tests/*/bin/Release/net9.0/"