File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 55
66version=$1
77project=src/Enyim.Caching
8- dotnet build -p:Version=${version-* } -c Release $project
8+ dotnet clean -c Release
9+ dotnet build -p:Version=${version-* } -c Release $project
910dotnet pack $project -c Release -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg --include-source -p:PackageVersion=$version -p:Version=${version-* } -o ./artifacts
Original file line number Diff line number Diff line change 1313 <RepositoryType >git</RepositoryType >
1414 <RepositoryUrl >https://github.com/cnblogs/EnyimMemcachedCore</RepositoryUrl >
1515 <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
16- <GeneratePackageOnBuild >true </GeneratePackageOnBuild >
16+ <GeneratePackageOnBuild >False </GeneratePackageOnBuild >
1717 <LangVersion >latest</LangVersion >
1818 <NoWarn >$(NoWarn);SYSLIB0011</NoWarn >
1919 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments