зеркало из https://github.com/dotnet/pinvoke.git
22 строки
612 B
YAML
22 строки
612 B
YAML
trigger:
|
|
branches:
|
|
include:
|
|
- master
|
|
- 'validate/*'
|
|
paths:
|
|
exclude:
|
|
- doc/
|
|
- '*.md'
|
|
- .vscode/
|
|
|
|
variables:
|
|
TreatWarningsAsErrors: true
|
|
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
|
BuildConfiguration: Release
|
|
codecov_token: 4dc9e7e2-6b01-4932-a180-847b52b43d35 # Get a new one from https://codecov.io/
|
|
ci_feed: /a5a3bad0-e566-4c53-be83-6458be8d1653 # find guid used by Azure DevOps Artifacts for the feed. Learn more at https://github.com/AArnott/Library.Template/issues/28
|
|
NUGET_PACKAGES: $(Agent.TempDirectory)/.nuget/packages
|
|
|
|
jobs:
|
|
- template: azure-pipelines/build.yml
|