Merge branch '3.6.0' into 4.0.0
This commit is contained in:
Коммит
4ed6d95cb3
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче