File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 run : dotnet restore FileSyncLibNet
3535 - name : Pack
3636
37- run : dotnet pack --no-restore --configuration Release -p:Version=${{ steps.version.outputs.version }} -o nuget FileSyncLibNet
37+ run : dotnet pack --no-restore --configuration Release -p:Version=${{ steps.version.outputs.version }} -o nuget FileSyncLibNet/FileSyncLibNet.csproj
3838 - name : Push
3939 if : github.ref == 'refs/heads/main'
4040 run : dotnet nuget push nuget/*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --no-symbols
Original file line number Diff line number Diff line change 1717 <PackageReference Include =" SMBLibrary" Version =" 1.5.0.1" />
1818 </ItemGroup >
1919 <ItemGroup >
20- <None Update =" README.md" >
20+ <None Update =" ..\ README.md" >
2121 <Pack >True</Pack >
2222 <PackagePath >\</PackagePath >
2323 </None >
You can’t perform that action at this time.
0 commit comments