File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -45,15 +45,15 @@ steps:
45
45
testRunner : VSTest
46
46
testResultsFiles : ' **/*.trx'
47
47
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
You can’t perform that action at this time.
0 commit comments