We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6611910 commit 8376343Copy full SHA for 8376343
1 file changed
.github/workflows/dotnet.yml
@@ -20,9 +20,11 @@ jobs:
20
- name: Setup MsBuild
21
uses: microsoft/setup-msbuild@v1.3.1
22
23
- - name: vstest-action
24
- uses: microsoft/vstest-action@v1.0.0
25
-
+ - name: Setup VSTest.console.exe
+ # You may pin to the exact commit or the version.
+ # uses: darenm/Setup-VSTest@d9a5dffa3f11d9c27ec42eb69515d3aaeaad9ef8
26
+ uses: darenm/Setup-VSTest@v1.2
27
+
28
- name: Setup NuGet.exe
29
# You may pin to the exact commit or the version.
30
# uses: NuGet/setup-nuget@296fd3ccf8528660c91106efefe2364482f86d6f
0 commit comments