Closed begonaguereca closed 1 year ago
38 tests ±0 38 :heavy_check_mark: ±0 0s :stopwatch: ±0s 1 suites ±0 0 :zzz: ±0 1 files ±0 0 :x: ±0
Results for commit e88fb44a. ± Comparison against base commit 848d112b.
:recycle: This comment has been updated with latest results.
@begonaguereca should this work?
dotnet run --project src/Valet/Valet.csproj -- dry-run azure-devops pipeline -i 427 -o "output"
What's changing?
Make sure you have the latest version of the Valet container:
gh valet update
Build c# project:
dotnet build /Users/bguereca/1ESLighthouse/gh-valet/gh-valet/src/Valet/Valet.csproj
Make sure you add a sample ADO pipeline to
output/pipeline.yml
also
output/config.yaml
:Regular commands:
dotnet run --project src/Valet/Valet.csproj -- dry-run azure-devops pipeline --pipeline-id 427 -o "output"
dotnet run --project src/Valet/Valet.csproj -- migrate azure-devops pipeline --pipeline-id 427 -o "output" --target-url "https://github.com/begonaguereca/demo"
dotnet run --project src/Valet/Valet.csproj -- audit azure-devops -o "output"
Commands with config options:
Run a dry-run with
source-file-path
:dotnet run --project src/Valet/Valet.csproj -- dry-run azure-devops pipeline -o "output" --source-file-path output/pipeline.yml
Run for migrate with
source-file-path
:dotnet run --project src/Valet/Valet.csproj -- migrate azure-devops pipeline -o "output" --source-file-path output/pipeline.yml --target-url "https://github.com/begonaguereca/demo"
Run for audit with a
config-file-path
:dotnet run --project src/Valet/Valet.csproj -- audit azure-devops -o "output" --config-file-path "output/config.yml"
How's this tested?
Closes [related issues]