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 : |
3535 dotnet pack --version-suffix ${{ env.VERSION }} -c Release -o out AntJob/AntJob.csproj
3636 dotnet pack --version-suffix ${{ env.VERSION }} -c Release -o out AntJob.Extensions/AntJob.Extensions.csproj
37- WebPackTargetFrameworks ='net8.0;net10.0' dotnet pack --version-suffix ${{ env.VERSION }} -c Release -o out AntJob.Web/AntJob.Web.csproj
37+ PackageTargetFrameworks ='net8.0;net10.0' dotnet pack --version-suffix ${{ env.VERSION }} -c Release -o out AntJob.Web/AntJob.Web.csproj
3838 - name : Publish
3939 run : |
4040 dotnet nuget push ./out/*.nupkg --skip-duplicate --source https://nuget.pkg.github.com/NewLifeX/index.json --api-key ${{ github.token }}
Original file line number Diff line number Diff line change 1414 <AssemblyVersion >$(VersionPrefix).*</AssemblyVersion >
1515 <Deterministic >false</Deterministic >
1616 <OutputPath >..\Bin\Web</OutputPath >
17- <AppendTargetFrameworkToOutputPath Condition =" '$(PackageTargetFrameworks)' == ''" >false</AppendTargetFrameworkToOutputPath >
17+ <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
18+ <AppendTargetFrameworkToOutputPath Condition =" '$(PackageTargetFrameworks)' != ''" >true</AppendTargetFrameworkToOutputPath >
1819 <ImplicitUsings >enable</ImplicitUsings >
1920 <LangVersion >latest</LangVersion >
2021 <IsPackable >true</IsPackable >
You can’t perform that action at this time.
0 commit comments