Skip to content

Commit da4545d

Browse files
committed
Removed snk temporarily.
1 parent 031e499 commit da4545d

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

Build.ps1

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ Push-Location src/Serilog.Sinks.Splunk
1111
& dotnet pack -c Release -o ..\..\.\artifacts --version-suffix=$revision
1212
if($LASTEXITCODE -ne 0) { exit 1 }
1313

14-
Pop-Location
15-
Push-Location test/sample
16-
17-
& dotnet build -c Release
18-
if($LASTEXITCODE -ne 0) { exit 2 }
19-
2014

2115
Pop-Location
2216
Pop-Location

src/Serilog.Sinks.Splunk/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"iconUrl": "http://serilog.net/images/serilog-sink-nuget.png"
1818
},
1919
"buildOptions": {
20-
"keyFile": "../../assets/Serilog.snk",
20+
2121
"xmlDoc": true
2222
},
2323
"dependencies": {

0 commit comments

Comments
 (0)