Skip to content

Commit 6f818cd

Browse files
committed
build release mode
1 parent 921c09e commit 6f818cd

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

.github/workflows/dotnet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Restore dependencies
3434
run: dotnet restore
3535
- name: Build
36-
run: dotnet build --no-restore /p:Version=$VERSION
36+
run: dotnet build --no-restore -c Release /p:Version=$VERSION
3737
- name: pack nuget packages
3838
run: dotnet pack --output nupkgs --no-restore --no-build /p:PackageVersion=$VERSION
3939
- name: upload nuget package

KartaView.sln

-31
This file was deleted.

0 commit comments

Comments
 (0)