NuGet " --skip-duplicate"

This commit is contained in:
Stef Heyenrath
2020-07-09 21:50:13 +02:00
parent 1c88f5d97d
commit d9c5faa966
3 changed files with 2 additions and 4 deletions

View File

@@ -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
GitHubReleaseNotes.exe --output CHANGELOG.md --skip-empty-releases --exclude-labels question invalid doc --version 1.2.13

View File

@@ -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)
arguments: push $(Build.ArtifactStagingDirectory)\packages\*.nupkg -n true -s https://api.nuget.org/v3/index.json -k $(NuGetKey) --skip-duplicate

View File

@@ -134,7 +134,5 @@ namespace WireMock
/// Gets the origin
/// </summary>
string Origin { get; }
// WireMockList<string> GetParameter(string key, bool ignoreCase = false);
}
}