* conn and names key out * all work except get set acl * samples * dqwd * extra space * record transactions, because test proxy * tty * clang and samples working , assets json * fds * samples , and remove APIs * dsds * acct name * dsfds * oopsie * dasdas * fdsfsd * clangs * account key for sas * kjhdsakjhdkjashdjkwash * dssfsd * ggd * Update sdk/tables/azure-data-tables/samples/CMakeLists.txt Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> * put back unused env in CI * Update sdk/tables/azure-data-tables/src/table_clients.cpp Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> * Update sdk/tables/azure-data-tables/src/table_clients.cpp Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> * fdg * fds * update samples and readme * sdjkfhsdkj * Update sdk/tables/azure-data-tables/README.md Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> * Update sdk/tables/azure-data-tables/test/ut/table_client_test.hpp Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> * Update sdk/tables/azure-data-tables/test/ut/table_client_test.hpp Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> * update remove namespaces --------- Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
46 lines
1.0 KiB
YAML
46 lines
1.0 KiB
YAML
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.
|
|
trigger:
|
|
branches:
|
|
include:
|
|
- main
|
|
- feature/*
|
|
- release/*
|
|
- hotfix/*
|
|
paths:
|
|
include:
|
|
- sdk/tables
|
|
|
|
pr:
|
|
branches:
|
|
include:
|
|
- main
|
|
- feature/*
|
|
- release/*
|
|
- hotfix/*
|
|
paths:
|
|
include:
|
|
- sdk/tables
|
|
- eng/common/testproxy
|
|
|
|
extends:
|
|
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
|
|
parameters:
|
|
ServiceDirectory: tables
|
|
# Not running tests on CI but only on LiveTest mode
|
|
CtestRegex: azure-data-tables.*
|
|
LineCoverageTarget: 77
|
|
BranchCoverageTarget: 42
|
|
LiveTestCtestRegex: azure-data-tables
|
|
Artifacts:
|
|
- Name: azure-data-tables
|
|
Path: azure-data-tables
|
|
VcpkgPortName: azure-data-tables-cpp
|
|
TestEnv:
|
|
- Name: ACCOUNT_NAME
|
|
Value: 'account-name'
|
|
CMakeTestOptions:
|
|
- Name: Default
|
|
Value: ''
|
|
- Name: Test
|
|
Value: '-DBUILD_TESTING=ON'
|