Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow API Compatibility Validation to be disabled #4761

Merged
merged 3 commits into from
Oct 6, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions build/yaml/botbuilder-dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ variables:
BuildPlatform: any cpu
# DotNetCoverallsToken: define this in Azure
# GitHubCommentApiKey: define this in Azure
# DisableApiCompatibityValidation: (optional) define this in Azure
IsBuildServer: true # This activates package versioning in the projects in Microsoft.Bot.Builder.sln.
MSBuildArguments: -p:SignAssembly=false -p:delaySign=false
Parameters.solution: Microsoft.Bot.Builder.sln
Expand Down Expand Up @@ -68,6 +69,7 @@ stages:
- template: ci-test-steps.yml

- stage: API_Compatibility_Validation
condition: ne(variables['DisableApiCompatibityValidation'], 'true')
dependsOn: Build
jobs:
- job: generate_multiconfig_var
Expand Down