@@ -310,12 +310,12 @@ jobs:
310310 global-json-file : global.json
311311 - name : build package debug
312312 run : |
313- dotnet build --configuration Debug --nologo RVOCS.sln
313+ dotnet build --configuration Debug --nologo RVOCS.slnx
314314 dotnet pack --configuration Debug --no-build --nologo RVOCS/RVOCS.csproj
315315 shell : bash
316316 - name : build package release
317317 run : |
318- dotnet build --configuration Release --nologo RVOCS.sln
318+ dotnet build --configuration Release --nologo RVOCS.slnx
319319 dotnet pack --configuration Release --no-build --nologo RVOCS/RVOCS.csproj
320320 shell : bash
321321
@@ -347,12 +347,12 @@ jobs:
347347 global-json-file : global.json
348348 - name : build package debug
349349 run : |
350- dotnet build --configuration Debug --nologo RVOCS.sln
350+ dotnet build --configuration Debug --nologo RVOCS.slnx
351351 dotnet pack --configuration Debug --no-build --nologo RVOCS/RVOCS.csproj
352352 shell : sh
353353 - name : build package release
354354 run : |
355- dotnet build --configuration Release --nologo RVOCS.sln
355+ dotnet build --configuration Release --nologo RVOCS.slnx
356356 dotnet pack --configuration Release --no-build --nologo RVOCS/RVOCS.csproj
357357 shell : sh
358358
@@ -385,12 +385,12 @@ jobs:
385385 global-json-file : global.json
386386 - name : build package debug
387387 run : |
388- dotnet build --configuration Debug --nologo RVOCS.sln
388+ dotnet build --configuration Debug --nologo RVOCS.slnx
389389 dotnet pack --configuration Debug --no-build --nologo RVOCS/RVOCS.csproj
390390 shell : bash
391391 - name : build package release
392392 run : |
393- dotnet build --configuration Release --nologo RVOCS.sln
393+ dotnet build --configuration Release --nologo RVOCS.slnx
394394 dotnet pack --configuration Release --no-build --nologo RVOCS/RVOCS.csproj
395395 shell : bash
396396
@@ -426,12 +426,12 @@ jobs:
426426 global-json-file : global.json
427427 - name : build package debug
428428 run : |
429- dotnet build --configuration Debug --nologo RVOCS.sln
429+ dotnet build --configuration Debug --nologo RVOCS.slnx
430430 dotnet pack --configuration Debug --no-build --nologo RVOCS/RVOCS.csproj
431431 shell : bash
432432 - name : build package release
433433 run : |
434- dotnet build --configuration Release --nologo RVOCS.sln
434+ dotnet build --configuration Release --nologo RVOCS.slnx
435435 dotnet pack --configuration Release --no-build --nologo RVOCS/RVOCS.csproj
436436 shell : bash
437437 dotnet-macos :
@@ -457,12 +457,12 @@ jobs:
457457 global-json-file : global.json
458458 - name : build package debug
459459 run : |
460- dotnet build --configuration Debug --nologo RVOCS.sln
460+ dotnet build --configuration Debug --nologo RVOCS.slnx
461461 dotnet pack --configuration Debug --no-build --nologo RVOCS/RVOCS.csproj
462462 shell : zsh -efuo pipefail {0}
463463 - name : build and pack release
464464 run : |
465- dotnet build --configuration Release --nologo RVOCS.sln
465+ dotnet build --configuration Release --nologo RVOCS.slnx
466466 dotnet pack --configuration Release --no-build --nologo RVOCS/RVOCS.csproj
467467 shell : zsh -efuo pipefail {0}
468468
@@ -504,12 +504,12 @@ jobs:
504504 NUGET_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
505505 - name : build package debug
506506 run : |
507- dotnet build --configuration Debug --nologo RVOCS.sln
507+ dotnet build --configuration Debug --nologo RVOCS.slnx
508508 dotnet pack --configuration Debug --no-build --nologo RVOCS/RVOCS.csproj
509509 shell : bash
510510 - name : build package release
511511 run : |
512- dotnet build --configuration Release --nologo RVOCS.sln
512+ dotnet build --configuration Release --nologo RVOCS.slnx
513513 dotnet pack --configuration Release --no-build --nologo RVOCS/RVOCS.csproj
514514 shell : bash
515515 - name : push
@@ -553,12 +553,12 @@ jobs:
553553 global-json-file : global.json
554554 - name : build package debug
555555 run : |
556- dotnet build --configuration Debug --nologo RVOCS.sln
556+ dotnet build --configuration Debug --nologo RVOCS.slnx
557557 dotnet pack --configuration Debug --no-build --nologo RVOCS/RVOCS.csproj
558558 shell : bash
559559 - name : build package release
560560 run : |
561- dotnet build --configuration Release --nologo RVOCS.sln
561+ dotnet build --configuration Release --nologo RVOCS.slnx
562562 dotnet pack --configuration Release --no-build --nologo RVOCS/RVOCS.csproj
563563 shell : bash
564564
@@ -574,11 +574,11 @@ jobs:
574574 global-json-file : global.json
575575 - name : build package debug
576576 run : |
577- dotnet build --configuration Debug RVOCS.sln
577+ dotnet build --configuration Debug RVOCS.slnx
578578 dotnet pack --configuration Debug --no-build RVOCS\RVOCS.csproj
579579 shell : pwsh
580580 - name : build and pack release
581581 run : |
582- dotnet build --configuration Release RVOCS.sln
582+ dotnet build --configuration Release RVOCS.slnx
583583 dotnet pack --configuration Release --no-build RVOCS\RVOCS.csproj
584584 shell : pwsh
0 commit comments