File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
src/Serilog.Enrichers.Thread Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ foreach ($src in ls src/*) {
20
20
21
21
echo " build: Packaging project in $src "
22
22
23
- & dotnet pack - c Release - o ..\..\artifacts -- version- suffix= $suffix
23
+ & dotnet pack - c Release - o ..\..\artifacts -- version- suffix= $suffix - p:ContinuousIntegrationBuild = true
24
24
if ($LASTEXITCODE -ne 0 ) { exit 1 }
25
25
26
26
Pop-Location
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ build_script:
7
7
test : off
8
8
artifacts :
9
9
- path : artifacts/Serilog.*.nupkg
10
+ - path : artifacts/Serilog.*.snupkg
10
11
deploy :
11
12
- provider : NuGet
12
13
api_key :
@@ -17,7 +18,9 @@ deploy:
17
18
- provider : GitHub
18
19
auth_token :
19
20
secure : p4LpVhBKxGS5WqucHxFQ5c7C8cP74kbNB0Z8k9Oxx/PMaDQ1+ibmoexNqVU5ZlmX
20
- artifact : /Serilog.*\.nupkg/
21
+ artifacts :
22
+ /Serilog.*\.nupkg/
23
+ /Serilog.*\.snupkg/
21
24
tag : v$(appveyor_build_version)
22
25
on :
23
26
branch : master
Original file line number Diff line number Diff line change 23
23
<PackageProjectUrl >http://serilog.net</PackageProjectUrl >
24
24
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
25
25
<PackageReadmeFile >README.md</PackageReadmeFile >
26
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
27
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
28
+ <IncludeSymbols >true</IncludeSymbols >
29
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
26
30
<LangVersion >latest</LangVersion >
27
31
<Nullable >enable</Nullable >
28
32
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments