Skip to content

Commit

Permalink
fix: another commit to make the ci work
Browse files Browse the repository at this point in the history
  • Loading branch information
Teodor92 committed Dec 16, 2023
1 parent dda0998 commit 373532a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Build Package
if: steps.versionize.outcome == 'success'
run: dotnet pack --output nupkgs --include-source --configuration Release --include-symbols
run: dotnet pack --output nupkgs --include-source --configuration Release --include-symbols -p:SymbolPackageFormat=snupkg
- name: Push to Nuget
if: steps.versionize.outcome == 'success'
run: dotnet nuget push "nupkgs/*.nupkg" -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}}
Expand Down
2 changes: 1 addition & 1 deletion src/MoreDotNet/MoreDotNet.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.0.0</Version>
<Version>2.0.2</Version>
<TargetFramework>net8.0</TargetFramework>
<CodeAnalysisRuleSet>..\..\visual-studio-analyzers.ruleset</CodeAnalysisRuleSet>
<PackageId>MoreDotNet</PackageId>
Expand Down

0 comments on commit 373532a

Please sign in to comment.