File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2828 dotnet-version : " 9.0.x" # SDK Version
2929
3030 - name : 🎁 Pack
31- run : dotnet pack CodeCasa.Libraries.sln --configuration Release -p:PackageVersion=${{ steps.version.outputs.version }} -p:Version=${{ steps.version.outputs.version }}
31+ run : |
32+ dotnet pack ./src/AutomationPipelines/ --configuration Release -p:PackageVersion=${{ steps.version.outputs.version }} -p:Version=${{ steps.version.outputs.version }}
3233
3334 - name : 📨 Push to NuGet
3435 run : dotnet nuget push **/*.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
Original file line number Diff line number Diff line change 2222 <Pack >True</Pack >
2323 <PackagePath >\</PackagePath >
2424 </None >
25+ <None Include =" ..\..\README.md" >
26+ <Pack >True</Pack >
27+ <PackagePath >\</PackagePath >
28+ </None >
2529 </ItemGroup >
2630
2731 <ItemGroup >
You can’t perform that action at this time.
0 commit comments