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 5
5
6
6
version=$1
7
7
project=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
9
10
dotnet 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 13
13
<RepositoryType >git</RepositoryType >
14
14
<RepositoryUrl >https://github.com/cnblogs/EnyimMemcachedCore</RepositoryUrl >
15
15
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
16
- <GeneratePackageOnBuild >true </GeneratePackageOnBuild >
16
+ <GeneratePackageOnBuild >False </GeneratePackageOnBuild >
17
17
<LangVersion >latest</LangVersion >
18
18
<NoWarn >$(NoWarn);SYSLIB0011</NoWarn >
19
19
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments