File tree Expand file tree Collapse file tree
tools/Google.Cloud.Tools.ReleaseManager.IntegrationTests/ContainerCommands/DockerTests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ command : build-library
2+ args :
3+ - ' --repo-root=/test/repo'
4+ - ' --library-id=Google.Test.V1'
5+ commonFiles :
6+ - source : test-apis.json
7+ target : repo/generator-input/apis.json
8+ - source : test-state.json
9+ target : repo/generator-input/pipeline-state.json
10+ - source : Google.Test.V1
11+ target : repo/apis/Google.Test.V1
12+ - source : Google.Test.V2
13+ target : repo/apis/Google.Test.V2
14+ - source : Broken.cs
15+ target : repo/apis/Google.Test.V1/Google.Test.V1/Broken.cs
16+ repoFiles :
17+ - source : global.json
18+ target : repo/global.json
19+ - source : build.sh
20+ target : repo/build.sh
21+ - source : toolversions.sh
22+ target : repo/toolversions.sh
23+ expectedExitCode : 1
Original file line number Diff line number Diff line change 1+ command : build-library
2+ args :
3+ - ' --repo-root=/test/repo'
4+ - ' --library-id=Google.Test.V1'
5+ commonFiles :
6+ - source : test-apis.json
7+ target : repo/generator-input/apis.json
8+ - source : test-state.json
9+ target : repo/generator-input/pipeline-state.json
10+ - source : Google.Test.V1
11+ target : repo/apis/Google.Test.V1
12+ - source : Google.Test.V2
13+ target : repo/apis/Google.Test.V2
14+ repoFiles :
15+ - source : global.json
16+ target : repo/global.json
17+ - source : build.sh
18+ target : repo/build.sh
19+ - source : toolversions.sh
20+ target : repo/toolversions.sh
21+ fileExpectations :
22+ present :
23+ - repo/apis/Google.Test.V1/Google.Test.V1/bin
24+ absent :
25+ - repo/apis/Google.Test.V2/Google.Test.V2/bin
You can’t perform that action at this time.
0 commit comments