We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69dd6b3 commit 6ee120cCopy full SHA for 6ee120c
azure-pipelines.yml
@@ -69,13 +69,13 @@ jobs:
69
# projects: 'tests/*/*.csproj'
70
# publishTestResults: true
71
# testRunTitle: 'All tests'
72
- - task: DotNetCoreCLI@2
73
- displayName: 'NuGet Pack'
74
- inputs:
75
- command: pack
76
- packagesToPack: 'src/ExchangeSharp/ExchangeSharp.csproj'
77
- packDestination: '$(Build.ArtifactStagingDirectory)'
78
- versioningScheme: off
+ #- task: DotNetCoreCLI@2
+ # displayName: 'NuGet Pack'
+ # inputs:
+ # command: pack
+ # packagesToPack: 'src/ExchangeSharp/ExchangeSharp.csproj'
+ # packDestination: '$(Build.ArtifactStagingDirectory)'
+ # versioningScheme: off
79
- task: NuGetToolInstaller@1
80
- task: NuGetAuthenticate@0
81
displayName: 'NuGet Authenticate'
0 commit comments