Skip to content

Commit 97f1732

Browse files
committed
fix: configuration
1 parent 538f8c9 commit 97f1732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-buildandtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
dotnet --list-sdks
2626
dotnet --list-runtimes
2727
- name: Build with dotnet
28-
run: dotnet build ./src/Mapster.sln
28+
run: dotnet build --configuration Release ./src/Mapster.sln
2929
- name: Run tests on .NET 10.0
3030
run: dotnet test --verbosity normal ./src/Mapster.sln

0 commit comments

Comments
 (0)