Skip to content

Commit

Permalink
Merge branch 'refs/heads/dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
ddjerqq committed Jun 21, 2024
2 parents bf1d00c + 182e5b2 commit dd4eb6f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish-to-nuget-on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,5 @@ jobs:
- name: Pack 📦
run: dotnet pack --configuration Release --output .

- name: Add Github to NuGet Source 🔑
run: dotnet nuget add source --username ddjerqq --password ${{ secrets.NUGET_GITHUB_API_KEY }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/ddjerqq/index.json"

- name: Push to Github 🚀
run: dotnet nuget push "*.nupkg" --api-key ${{ secrets.NUGET_GITHUB_API_KEY }} --source "github"

- name: Push to NuGet 🚀
run: dotnet nuget push "*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source "https://api.nuget.org/v3/index.json"
4 changes: 2 additions & 2 deletions nuget.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
</PropertyGroup>

<ItemGroup>
<Content Include="src\**\*" Exclude="**\bin\**\*;**\obj\**\*"/>
<Content Include="src\**\*" Exclude="**\bin\**\*;**\obj\**\*;**\node_modules\**\*;"/>
<Compile Remove="**\*"/>
<None Include="README.md" Pack="true" PackagePath="\"/>
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers\dotnet\cs" Visible="false" />
<!-- <None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers\dotnet\cs" Visible="false" />-->
</ItemGroup>

<PropertyGroup>
Expand Down
7 changes: 0 additions & 7 deletions src/global.json

This file was deleted.

0 comments on commit dd4eb6f

Please sign in to comment.