diff --git a/.yamato/project.metafile b/.yamato/project.metafile index 0bca8d1360..ead0e81ac9 100644 --- a/.yamato/project.metafile +++ b/.yamato/project.metafile @@ -22,7 +22,7 @@ small_agent_platform: - name: ubuntu type: Unity::VM - image: package-ci/ubuntu-22.04:v4.71.0 + image: package-ci/ubuntu-22.04:v4.73.0 flavor: b1.small diff --git a/.yamato/wrench/recipe-regeneration.yml b/.yamato/wrench/recipe-regeneration.yml index 19652dc898..93deb49480 100644 --- a/.yamato/wrench/recipe-regeneration.yml +++ b/.yamato/wrench/recipe-regeneration.yml @@ -9,14 +9,14 @@ test_-_wrench_jobs_up_to_date: type: Unity::VM flavor: b1.large commands: - - command: dotnet run --project Tools/CI/NGO.Cookbook.csproj + - command: dotnet run --project Tools\CI\NGO.Cookbook.csproj - command: |- if [ -n "$(git status --porcelain -- .yamato/wrench)" ]; then git status echo "Your repo is not clean - diff output:" git diff echo "You must run recipe generation after updating recipes to update the generated YAML!" - echo "Run 'dotnet run --project Tools/CI/NGO.Cookbook.csproj' from the root of your repository to regenerate all job definitions created by wrench." + echo "Run 'dotnet run --project Tools\CI\NGO.Cookbook.csproj' from the root of your repository to regenerate all job definitions created by wrench." exit 1 fi variables: diff --git a/.yamato/wrench/wrench_config.json b/.yamato/wrench/wrench_config.json index 017e6e5690..268547be23 100644 --- a/.yamato/wrench/wrench_config.json +++ b/.yamato/wrench/wrench_config.json @@ -33,5 +33,5 @@ "branch_pattern": "ReleaseSlash", "wrench_version": "0.12.1.0", "pvp_exemption_path": ".yamato/wrench/pvp-exemptions.json", - "cs_project_path": "Tools/CI/NGO.Cookbook.csproj" + "cs_project_path": "Tools\\CI\\NGO.Cookbook.csproj" } \ No newline at end of file