|
|
@ -28,7 +28,13 @@ jobs:
|
|
|
|
- checkout: self
|
|
|
|
- checkout: self
|
|
|
|
clean: true
|
|
|
|
clean: true
|
|
|
|
submodules: true
|
|
|
|
submodules: true
|
|
|
|
persistCredentials: false
|
|
|
|
persistCredentials: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- task: CmdLine@2
|
|
|
|
|
|
|
|
displayName: "Update submodules"
|
|
|
|
|
|
|
|
inputs:
|
|
|
|
|
|
|
|
script: 'git submodule update --recursive --remote'
|
|
|
|
|
|
|
|
workingDirectory: '$(Build.SourcesDirectory)'
|
|
|
|
|
|
|
|
|
|
|
|
- task: DotNetCoreCLI@2
|
|
|
|
- task: DotNetCoreCLI@2
|
|
|
|
displayName: Publish
|
|
|
|
displayName: Publish
|
|
|
@ -87,7 +93,13 @@ jobs:
|
|
|
|
- checkout: self
|
|
|
|
- checkout: self
|
|
|
|
clean: true
|
|
|
|
clean: true
|
|
|
|
submodules: true
|
|
|
|
submodules: true
|
|
|
|
persistCredentials: false
|
|
|
|
persistCredentials: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- task: CmdLine@2
|
|
|
|
|
|
|
|
displayName: "Update submodules"
|
|
|
|
|
|
|
|
inputs:
|
|
|
|
|
|
|
|
script: 'git submodule update --recursive --remote'
|
|
|
|
|
|
|
|
workingDirectory: '$(Build.SourcesDirectory)'
|
|
|
|
|
|
|
|
|
|
|
|
- task: CmdLine@2
|
|
|
|
- task: CmdLine@2
|
|
|
|
displayName: Clone the UX repository
|
|
|
|
displayName: Clone the UX repository
|
|
|
|