Skip to content

Commit 8376343

Browse files
authored
Update dotnet.yml
1 parent 6611910 commit 8376343

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ jobs:
2020
- name: Setup MsBuild
2121
uses: microsoft/setup-msbuild@v1.3.1
2222

23-
- name: vstest-action
24-
uses: microsoft/vstest-action@v1.0.0
25-
23+
- name: Setup VSTest.console.exe
24+
# You may pin to the exact commit or the version.
25+
# uses: darenm/Setup-VSTest@d9a5dffa3f11d9c27ec42eb69515d3aaeaad9ef8
26+
uses: darenm/Setup-VSTest@v1.2
27+
2628
- name: Setup NuGet.exe
2729
# You may pin to the exact commit or the version.
2830
# uses: NuGet/setup-nuget@296fd3ccf8528660c91106efefe2364482f86d6f

0 commit comments

Comments
 (0)