We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538f8c9 commit 97f1732Copy full SHA for 97f1732
.github/workflows/dotnet-buildandtest.yml
@@ -25,6 +25,6 @@ jobs:
25
dotnet --list-sdks
26
dotnet --list-runtimes
27
- name: Build with dotnet
28
- run: dotnet build ./src/Mapster.sln
+ run: dotnet build --configuration Release ./src/Mapster.sln
29
- name: Run tests on .NET 10.0
30
run: dotnet test --verbosity normal ./src/Mapster.sln
0 commit comments