serilog-contrib / serilog-sinks-splunk

A Serilog sink that writes to Splunk
https://splunk.com
Apache License 2.0
46 stars 47 forks source link

Vs2017 tooling #48

Closed merbla closed 7 years ago

merbla commented 7 years ago

Addresses #47

nblumhardt commented 7 years ago

Hrmm, looks like this published a non-dev package (2.2.0). Looks like we're missing --version-suffix in the build script. :-(

merbla commented 7 years ago

:nauseated_face: oops. Will track down the diff.

I have deleted the package to be sure.

merbla commented 7 years ago

@nblumhardt what do you get for dotnet --info

.NET Command Line Tools (1.0.4)

Product Information:
 Version:            1.0.4
 Commit SHA-1 hash:  af1e6684fd

Runtime Environment:
 OS Name:     Windows
 OS Version:  10.0.14393
 OS Platform: Windows
 RID:         win10-x64
 Base Path:   C:\Program Files\dotnet\sdk\1.0.4

The package is not getting the suffix with the following...

dotnet pack -c Release --include-symbols -o ..\..\artifacts --version-suffix=blah --no-build
Microsoft (R) Build Engine version 15.1.1012.6693
Copyright (C) Microsoft Corporation. All rights reserved.

  Successfully created package 'C:\Code\serilog-sinks-splunk\artifacts\Serilog.Sinks.Splunk.2.2.0.nupkg'.
  Successfully created package 'C:\Code\serilog-sinks-splunk\artifacts\Serilog.Sinks.Splunk.2.2.0.symbols.nupkg'.
merbla commented 7 years ago

@nblumhardt I think I have it over at #49

nblumhardt commented 7 years ago

👍 - sorry to have dropped off the radar yesterday, had time-away-from-keyboard. Looks like it's sorted? Yell if you need a hand with anything.