Skip to content

Commit 628a8fe

Browse files
authored
feat: fix CI error (#62)
Signed-off-by: Tan <2912363476@qq.com>
1 parent d92a695 commit 628a8fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
run: dotnet --info
3838

3939
- name: Install dependencies
40-
run: nuget restore
40+
run: dotnet restore
4141

4242
- name: Build solution
4343
run: dotnet build -c Release --no-restore
4444

4545
- name: Test solution
46-
run: dotnet test -c Release --no-build --no-restore --verbosity normal -r test-results --collect:"XPlat Code Coverage" `
46+
run: dotnet test -c Release --no-build --no-restore --verbosity normal --results-directory test-results --collect:"XPlat Code Coverage" `
4747
-- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=json,cobertura,lcov,teamcity,opencover
4848

4949
- name: Upload coverage

0 commit comments

Comments
 (0)