Skip to content

Commit f33a0cf

Browse files
committed
AppVeyor - Fixed path to NLog nuget output
1 parent b6ba19f commit f33a0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ build:
1919

2020
after_build:
2121
- cmd: nuget pack .\Tracer.NLog\NuGet\Tracer.NLog.Fody.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%"
22-
- cmd: appveyor PushArtifact "Tracer.NLog.Fody.%GitVersion_NuGetVersion%.nupkg"
22+
- cmd: appveyor PushArtifact "Tracer.4NLog.Fody.%GitVersion_NuGetVersion%.nupkg"

0 commit comments

Comments
 (0)