Skip to content

Commit

Permalink
Merge branch 'dev' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
nakira974 committed Jan 15, 2025
2 parents 237265f + d8caa2e commit b3be60b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Push generated package to GitHub registry
run: |
dotnet nuget update source nakira974.github --configfile ./NuGet.Config --username nakira974 --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text
dotnet nuget update source nakira974.github --configfile ./NuGet.Config --username nakira974 --password ${{ secrets.NUGET_API_KEY }} --store-password-in-clear-text
dotnet nuget push D:\a\Lkhsoft.Dring\Lkhsoft.Dring\package\*.nupkg --source nakira974.github --skip-duplicate
- name: Test
Expand Down
1 change: 1 addition & 0 deletions Lkhsoft.Dring.Shared/Lkhsoft.Dring.Shared.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<PackageVersion>1.0.0</PackageVersion>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit b3be60b

Please sign in to comment.