diff --git a/.yamato/wrench/recipe-regeneration.yml b/.yamato/wrench/recipe-regeneration.yml index 2998d6cb5d..8d245e9cb1 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)" ]; 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 10b43c396d..e5c314c31c 100644 --- a/.yamato/wrench/wrench_config.json +++ b/.yamato/wrench/wrench_config.json @@ -33,5 +33,5 @@ "branch_pattern": "ReleaseSlash", "wrench_version": "0.10.36.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 diff --git a/Tools/CI/global.json b/Tools/CI/global.json index 3cb4f9622d..d11172b358 100644 --- a/Tools/CI/global.json +++ b/Tools/CI/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.0", + "version": "9.0.102", "rollForward": "latestMinor", "allowPrerelease": false }