Skip to content

Commit 7cdeadb

Browse files
authored
Updating IDDP push (#2616)
1 parent 753959a commit 7cdeadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/template-Build-run-tests-sign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ steps:
214214

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

0 commit comments

Comments
 (0)