File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ test_-_wrench_jobs_up_to_date:
99 type : Unity::VM
1010 flavor : b1.large
1111 commands :
12- - command : dotnet run --project Tools\CI\ NGO.Cookbook.csproj
12+ - command : dotnet run --project Tools/CI/ NGO.Cookbook.csproj
1313 - command : |-
1414 if [ -n "$(git status --porcelain -- .yamato/wrench)" ]; then
1515 git status
1616 echo "Your repo is not clean - diff output:"
1717 git diff
1818 echo "You must run recipe generation after updating recipes to update the generated YAML!"
19- echo "Run 'dotnet run --project Tools\CI\ NGO.Cookbook.csproj' from the root of your repository to regenerate all job definitions created by wrench."
19+ echo "Run 'dotnet run --project Tools/CI/ NGO.Cookbook.csproj' from the root of your repository to regenerate all job definitions created by wrench."
2020 exit 1
2121 fi
2222 variables :
Original file line number Diff line number Diff line change 3333 "branch_pattern" : " ReleaseSlash" ,
3434 "wrench_version" : " 1.0.1.0" ,
3535 "pvp_exemption_path" : " .yamato/wrench/pvp-exemptions.json" ,
36- "cs_project_path" : " Tools\\ CI \\ NGO.Cookbook.csproj"
36+ "cs_project_path" : " Tools/CI/ NGO.Cookbook.csproj"
3737}
Original file line number Diff line number Diff line change @@ -33,10 +33,8 @@ public NGOSettings()
3333 {
3434 Wrench = new WrenchSettings (
3535 packagesRootPaths ,
36- PackageOptions ,
37- false ,
38- false ,
39- @"Tools\CI\NGO.Cookbook.csproj" ) ; // There should be fix soon and there should be no need of specifying the path
36+ PackageOptions
37+ ) ;
4038
4139 Wrench . PvpProfilesToCheck = new HashSet < string > ( ) { "supported" } ;
4240 }
You can’t perform that action at this time.
0 commit comments