dotnet-docker/eng/pipelines/dotnet-core-samples.yml

22 строки
527 B
YAML

trigger: none
pr: none
resources:
repositories:
- repository: InternalVersionsRepo
type: github
endpoint: dotnet
name: dotnet/versions
variables:
- template: /eng/pipelines/variables/samples.yml@self
extends:
template: /eng/common/templates/1es-official.yml@self
parameters:
stages:
- template: /eng/pipelines/stages/build-test-publish-repo.yml@self
parameters:
internalProjectName: ${{ variables.internalProjectName }}
publicProjectName: ${{ variables.publicProjectName }}