Skip to content

Commit

Permalink
Updating IDDP push (#2616)
Browse files Browse the repository at this point in the history
  • Loading branch information
trwalke authored May 29, 2024
1 parent 753959a commit 7cdeadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/template-Build-run-tests-sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ steps:

- task: NuGetCommand@2
displayName: 'Upload NuGet Package to VSTS NuGet'
condition: eq(variables['NugetPackageType'], 'preview')
condition: eq(variables['WilsonVersion'], '')
inputs:
command: push
packagesToPush: '$(Build.Repository.LocalPath)\artifacts\*.nupkg'
Expand Down

0 comments on commit 7cdeadb

Please sign in to comment.