remove version validation
This commit is contained in:
Родитель
19ca28f818
Коммит
66f8c68f74
|
@ -52,16 +52,6 @@ stages:
|
||||||
- task: PublishBuildArtifacts@1
|
- task: PublishBuildArtifacts@1
|
||||||
inputs:
|
inputs:
|
||||||
pathtoPublish: $(Build.SourcesDirectory)/drop
|
pathtoPublish: $(Build.SourcesDirectory)/drop
|
||||||
- job: Check_PackageJson_Version_Number
|
|
||||||
pool:
|
|
||||||
vmImage: "Ubuntu 16.04"
|
|
||||||
steps:
|
|
||||||
- task: Npm@1
|
|
||||||
displayName: "npm install"
|
|
||||||
inputs:
|
|
||||||
command: custom
|
|
||||||
verbose: false
|
|
||||||
customCommand: install
|
|
||||||
- ? ${{if and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'internal'))}}
|
- ? ${{if and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'internal'))}}
|
||||||
: - stage: Release
|
: - stage: Release
|
||||||
dependsOn: BuildStage
|
dependsOn: BuildStage
|
||||||
|
|
Загрузка…
Ссылка в новой задаче