diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index f27cc5c7..760efc89 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@17b7541363c4730e8e8ddb4f72e05cf786afd0b4 + uses: josepho0918/vstest-action@15c7e288a18f04395431c4940afe15013a12098e with: testAssembly: "NuGet*.Test.dll" searchFolder: "tests/*/bin/TestWindows/${{ matrix.framework }}/" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4fd589dd..7bab9a15 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@17b7541363c4730e8e8ddb4f72e05cf786afd0b4 + uses: josepho0918/vstest-action@15c7e288a18f04395431c4940afe15013a12098e with: testAssembly: "NuGet*.Test.dll" searchFolder: "tests/*/bin/Release/net9.0/"