From d9c5faa96688aef6c76b2fdd894748e646eeb4af Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Thu, 9 Jul 2020 21:50:13 +0200 Subject: [PATCH] NuGet " --skip-duplicate" --- GitHubReleaseNotes.txt | 2 +- azure-pipelines-nuget.yml | 2 +- src/WireMock.Net.Abstractions/IRequestMessage.cs | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/GitHubReleaseNotes.txt b/GitHubReleaseNotes.txt index 56c38c9f..55a06c64 100644 --- a/GitHubReleaseNotes.txt +++ b/GitHubReleaseNotes.txt @@ -1,3 +1,3 @@ https://github.com/StefH/GitHubReleaseNotes -GitHubReleaseNotes.exe --output CHANGELOG.md --skip-empty-releases --exclude-labels question invalid doc --version 1.2.13.0 \ No newline at end of file +GitHubReleaseNotes.exe --output CHANGELOG.md --skip-empty-releases --exclude-labels question invalid doc --version 1.2.13 \ No newline at end of file diff --git a/azure-pipelines-nuget.yml b/azure-pipelines-nuget.yml index 8288110e..1ea35dbd 100644 --- a/azure-pipelines-nuget.yml +++ b/azure-pipelines-nuget.yml @@ -43,4 +43,4 @@ steps: inputs: command: custom custom: nuget - arguments: push $(Build.ArtifactStagingDirectory)\packages\*.nupkg -n true -s https://api.nuget.org/v3/index.json -k $(NuGetKey) \ No newline at end of file + arguments: push $(Build.ArtifactStagingDirectory)\packages\*.nupkg -n true -s https://api.nuget.org/v3/index.json -k $(NuGetKey) --skip-duplicate \ No newline at end of file diff --git a/src/WireMock.Net.Abstractions/IRequestMessage.cs b/src/WireMock.Net.Abstractions/IRequestMessage.cs index 99281257..1936fb97 100644 --- a/src/WireMock.Net.Abstractions/IRequestMessage.cs +++ b/src/WireMock.Net.Abstractions/IRequestMessage.cs @@ -134,7 +134,5 @@ namespace WireMock /// Gets the origin /// string Origin { get; } - - // WireMockList GetParameter(string key, bool ignoreCase = false); } } \ No newline at end of file