CopyPastor

Detecting plagiarism made easy.

Score: 0.8825999027384179; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2023-02-16
by Justin Zhao

Original Post

Original - Posted on 2021-11-16
by Jean-Francois Rondeau



            
Present in both answers; Present only in the new answer; Present only in the old answer;

For thoses comming here in 2023 for the same error message, adding the NuGetAuthenticate@0 task before the pack command may be the missing piece:
- task: NuGetAuthenticate@1 - task: DotNetCoreCLI@2 inputs: command: 'pack' packagesToPack: $(projectPath) includesymbols: true includesource: true versioningScheme: 'off' verbosityPack: Normal displayName: 'Dotnet Pack'
For thoses comming here in 2021 for the same error message, adding the NuGetAuthenticate@0 task before the pack command may be the missing piece:
- task: NuGetAuthenticate@1
- task: DotNetCoreCLI@2 inputs: command: 'pack' packagesToPack: $(projectPath) includesymbols: true includesource: true versioningScheme: 'off' verbosityPack: Normal displayName: 'Dotnet Pack'


        
Present in both answers; Present only in the new answer; Present only in the old answer;