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 031e499 commit da4545dCopy full SHA for da4545d
Build.ps1
@@ -11,12 +11,6 @@ Push-Location src/Serilog.Sinks.Splunk
11
& dotnet pack -c Release -o ..\..\.\artifacts --version-suffix=$revision
12
if($LASTEXITCODE -ne 0) { exit 1 }
13
14
-Pop-Location
15
-Push-Location test/sample
16
-
17
-& dotnet build -c Release
18
-if($LASTEXITCODE -ne 0) { exit 2 }
19
20
21
Pop-Location
22
src/Serilog.Sinks.Splunk/project.json
@@ -17,7 +17,7 @@
"iconUrl": "http://serilog.net/images/serilog-sink-nuget.png"
},
"buildOptions": {
- "keyFile": "../../assets/Serilog.snk",
+
"xmlDoc": true
23
"dependencies": {
0 commit comments