NetSharp

NetSharp.git
git clone git://git.lenczewski.org/NetSharp.git
Log | Files | Refs | README | LICENSE

commit e91ff583f6da79d10fc28f0a0d8922a2096fff9f
parent 0e94119a9e5f627640d0fbaf1bfa920a8e93c4ff
Author: MikoĊ‚aj Lenczewski <mikolaj.lenczewski308@gmail.com>
Date:   Thu, 11 Jun 2020 13:02:28 +0100

Stopped building artefacts for NuGet. Now they are built only for the azure feed.
Diffstat:
Mazure-pipelines.yml | 15+--------------
1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml @@ -69,21 +69,9 @@ steps: disableParallelProcessing: true publishVstsFeed: 'f9dc36eb-1775-45c6-a7f2-64cb96034463/ddde3a7f-a830-43ac-a25a-3fde3da1abcf' -## Publishing to NuGet -- task: NuGetAuthenticate@0 - inputs: - forceReinstallCredentialProvider: true - -- task: NuGetCommand@2 - inputs: - command: 'push' - packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg' - nuGetFeedType: 'external' - publishFeedCredentials: '$(nugetConnName)' - - task: PublishSymbols@2 inputs: SearchPattern: '**/bin/**/*.pdb' SymbolServerType: 'TeamServices' TreatNotIndexedAsWarning: true - SymbolsVersion: '2.\*' -\ No newline at end of file + SymbolsVersion: '2.\*'