Skip to content

Commit

Permalink
pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Boussaer authored and Arnaud Boussaer committed Feb 13, 2025
1 parent 7d77f50 commit ed8996f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/odata2linq-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
- name: Test
run: dotnet test ./AspNetCoreOData.sln -c Release --no-build --verbosity normal
- name: Pack
run: dotnet pack ./src/OData2Linq.csproj -c Release -o .\artifacts --no-build
run: dotnet pack ./src/OData2Linq/OData2Linq.csproj -c Release -o .\artifacts --no-build
- name: Publish to NuGet
run: dotnet nuget push .\artifacts\*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
2 changes: 1 addition & 1 deletion src/OData2Linq/OData2Linq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>FriendAssemblies.snk</AssemblyOriginatorKeyFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>0.0.10</Version>
<Version>0.0.11</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/ArnaudB88/OData2Linq</RepositoryUrl>
Expand Down

0 comments on commit ed8996f

Please sign in to comment.