-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged Nlog.Extensions.Configuration into NLog.Extension.Logging
- Loading branch information
Showing
20 changed files
with
108 additions
and
300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,19 @@ | ||
dotnet restore test/NLog.Extensions.Logging.Tests -v minimal | ||
dotnet restore test/NLog.Extensions.Hosting.Tests -v minimal | ||
dotnet build test/NLog.Extensions.Logging.Tests --configuration release -v minimal | ||
if (-Not $LastExitCode -eq 0) | ||
{ exit $LastExitCode } | ||
|
||
dotnet build test/NLog.Extensions.Hosting.Tests --configuration release -v minimal | ||
if (-Not $LastExitCode -eq 0) | ||
{ exit $LastExitCode } | ||
|
||
dotnet test test/NLog.Extensions.Logging.Tests --configuration release | ||
if (-Not $LastExitCode -eq 0) | ||
{ exit $LastExitCode } | ||
|
||
dotnet test test/NLog.Extensions.Hosting.Tests --configuration release | ||
if (-Not $LastExitCode -eq 0) | ||
{ exit $LastExitCode } | ||
|
||
exit $LASTEXITCODE | ||
exit $LastExitCode |
116 changes: 0 additions & 116 deletions
116
src/NLog.Extensions.Configuration/Extensions/ConfigureExtensions.cs
This file was deleted.
Oops, something went wrong.
84 changes: 0 additions & 84 deletions
84
src/NLog.Extensions.Configuration/NLog.Extensions.Configuration.csproj
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.