Skip to content

Commit 5df7796

Browse files
committed
Disabling artifacts and nuget publish on azure devops
1 parent 3b17c6a commit 5df7796

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

azure-pipelines.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ steps:
4545
testRunner: VSTest
4646
testResultsFiles: '**/*.trx'
4747

48-
- task: PublishBuildArtifacts@1
49-
displayName: Save package artifacts
50-
inputs:
51-
PathtoPublish: $(Build.ArtifactStagingDirectory)
52-
ArtifactName: Package
53-
54-
- task: NuGetCommand@2
55-
displayName: Publish to internal nuget feed
56-
inputs:
57-
command: push
58-
nuGetFeedType: internal
59-
publishVstsFeed: Fluent.Ribbon
48+
#- task: PublishBuildArtifacts@1
49+
# displayName: Save package artifacts
50+
# inputs:
51+
# PathtoPublish: $(Build.ArtifactStagingDirectory)
52+
# ArtifactName: Package
53+
54+
#- task: NuGetCommand@2
55+
# displayName: Publish to internal nuget feed
56+
# inputs:
57+
# command: push
58+
# nuGetFeedType: internal
59+
# publishVstsFeed: Fluent.Ribbon

0 commit comments

Comments
 (0)