We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7d34e commit f5abdd8Copy full SHA for f5abdd8
Build.ps1
@@ -6,7 +6,7 @@ if(Test-Path .\artifacts) { Remove-Item .\artifacts -Force -Recurse }
6
7
$revision = @{ $true = $env:APPVEYOR_BUILD_NUMBER; $false = 1 }[$env:APPVEYOR_BUILD_NUMBER -ne $NULL];
8
9
-Push-Location src/Serilog.Sinks.Trace
+Push-Location src/Serilog.Enrichers.Thread
10
11
& dotnet pack -c Release -o ..\..\.\artifacts --version-suffix=$revision
12
if($LASTEXITCODE -ne 0) { exit 1 }
0 commit comments