Skip to content

Commit 6ee120c

Browse files
committed
skip pack step
1 parent 69dd6b3 commit 6ee120c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ jobs:
6969
# projects: 'tests/*/*.csproj'
7070
# publishTestResults: true
7171
# 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
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
7979
- task: NuGetToolInstaller@1
8080
- task: NuGetAuthenticate@0
8181
displayName: 'NuGet Authenticate'

0 commit comments

Comments
 (0)