@@ -126,7 +126,6 @@ stages:
126126 /p:Test=false
127127 name : Build
128128 displayName : Build
129- continueOnError : true
130129
131130 # -ci is allowing to import some environment variables and some required configurations
132131 - script : Test.cmd
@@ -197,7 +196,6 @@ stages:
197196 --ci
198197 name : Build
199198 displayName : Build
200- continueOnError : true
201199
202200 # Download the built packages into local package source, as if we built them on this machine.
203201 - task : DownloadPipelineArtifact@2
@@ -259,19 +257,19 @@ stages:
259257 - task : NuGetAuthenticate@0
260258 displayName : ' NuGet Authenticate to dotnet-tools and test-tools feeds'
261259
262- # - task: NuGetCommand@2
263- # displayName: 'Publish NuGet packages to dotnet-tools feed'
264- # inputs:
265- # command: push
266- # packagesToPush: 'artifacts/packages/$(_BuildConfig)/**/*.nupkg;!artifacts/packages/$(_BuildConfig)/**/*.symbols.nupkg'
267- # publishVstsFeed: 'public/dotnet-tools'
260+ - task : NuGetCommand@2
261+ displayName : ' Publish NuGet packages to dotnet-tools feed'
262+ inputs :
263+ command : push
264+ packagesToPush : ' artifacts/packages/$(_BuildConfig)/**/*.nupkg;!artifacts/packages/$(_BuildConfig)/**/*.symbols.nupkg'
265+ publishVstsFeed : ' public/dotnet-tools'
268266
269- # - task: NuGetCommand@2
270- # displayName: 'Publish NuGet packages to test-tools feed'
271- # inputs:
272- # command: push
273- # packagesToPush: 'artifacts/packages/$(_BuildConfig)/**/*.nupkg;!artifacts/packages/$(_BuildConfig)/**/*.symbols.nupkg'
274- # publishVstsFeed: 'public/test-tools'
267+ - task : NuGetCommand@2
268+ displayName : ' Publish NuGet packages to test-tools feed'
269+ inputs :
270+ command : push
271+ packagesToPush : ' artifacts/packages/$(_BuildConfig)/**/*.nupkg;!artifacts/packages/$(_BuildConfig)/**/*.symbols.nupkg'
272+ publishVstsFeed : ' public/test-tools'
275273
276274 # Publishes setup VSIXes to a drop.
277275 # Note: The insertion tool looks for the display name of this task in the logs.
0 commit comments