We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921c09e commit 6f818cdCopy full SHA for 6f818cd
.github/workflows/dotnet.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Restore dependencies
34
run: dotnet restore
35
- name: Build
36
- run: dotnet build --no-restore /p:Version=$VERSION
+ run: dotnet build --no-restore -c Release /p:Version=$VERSION
37
- name: pack nuget packages
38
run: dotnet pack --output nupkgs --no-restore --no-build /p:PackageVersion=$VERSION
39
- name: upload nuget package
KartaView.sln
0 commit comments