Skip to content

Commit

Permalink
no symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
SaViGnAnO committed Sep 25, 2021
1 parent 4a43c6e commit 1a5e918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
echo "PACKAGE VERSION: $VERSION"
dotnet build --no-restore
- name: Pack Nuget Package
run: dotnet pack --include-symbols -o ./nuget
run: dotnet pack -o ./nuget
- name: Publish Nuget Package
run: dotnet nuget push .\nuget\*.nupkg -s "nuget.org" -k ${{ secrets.NUGET_API_KEY }}
2 changes: 1 addition & 1 deletion Maui.CameraTools/Maui.CameraTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<Company>Savi Studios, LLC</Company>
<ApplicationIcon>Resources\icon.ico</ApplicationIcon>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<Version>0.1.3-preview1</Version>
<Version>0.1.3-preview2</Version>
</PropertyGroup>

<ItemGroup Condition="$(TargetFramework.Contains('-windows'))">
Expand Down

0 comments on commit 1a5e918

Please sign in to comment.