[Build] Don't push NuGet packages from build
authorRui Marinho <me@ruimarinho.net>
Tue, 18 Jun 2019 12:01:26 +0000 (13:01 +0100)
committerGitHub <noreply@github.com>
Tue, 18 Jun 2019 12:01:26 +0000 (13:01 +0100)
build/steps/build-nuget.yml

index 4f9589d..1f54fc6 100644 (file)
@@ -38,16 +38,6 @@ steps:
       configuration: $(buildConfiguration)
 
 
-  - task: NuGetCommand@2
-    displayName: 'NuGet push'
-    inputs:
-      command: push
-      packagesToPush: '$(Build.ArtifactStagingDirectory)/nuget/debug/*.nupkg'
-      publishVstsFeed: '$(VstsFeed)'
-      allowPackageConflicts: true
-    continueOnError: true
-
-
   - powershell: |
        $buildConfiguration = "Release"
        $formsNugetVersion = "" + $env:nugetPackageVersion
@@ -78,4 +68,4 @@ steps:
     displayName: 'Publish Artifact: nuget'
     inputs:
       PathtoPublish: '$(Build.ArtifactStagingDirectory)/nuget'
-      ArtifactName: nuget
\ No newline at end of file
+      ArtifactName: nuget