Skip to content

Commit

Permalink
Update integration test commits
Browse files Browse the repository at this point in the history
  • Loading branch information
jjonescz committed Oct 18, 2023
1 parent c3b6ef4 commit fc7a9bf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions azure-pipelines-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
_repoName: "dotnet/format"
_targetSolution: "format.sln"
_branchName: "main"
_sha: "452f6263277533da0af2b557003256d98fbecc27"
_sha: "c3b6ef4e4a480cae887bbf47fd674bfab380ef4e"
roslyn:
_repo: "https://github.com/dotnet/roslyn"
_repoName: "dotnet/roslyn"
_targetSolution: "Compilers.sln"
_targetSolution: "Compilers.slnf"
_branchName: "main"
_sha: "d080175cabfe297ebf079af099279b61913bcc28"
_sha: "a3bb37003aeccad012a6e7dd220977599e8b8e65"
sdk:
_repo: "https://github.com/dotnet/sdk"
_repoName: "dotnet/sdk"
Expand All @@ -47,25 +47,25 @@ jobs:
_repoName: "dotnet/msbuild"
_targetSolution: "MSBuild.sln"
_branchName: "main"
_sha: "3c910ba83fc9dbd8e12f50dddc8c381404f928c4"
_sha: "f4fa6bde775a3f7cbb2bb90a349ee5fc759114f3"
aspnetcore:
_repo: "https://github.com/dotnet/aspnetcore"
_repoName: "dotnet/aspnetcore"
_targetSolution: "AspNetCore.sln"
_branchName: "main"
_sha: "94f1088552518b7b0f5695c12194b7081d98d191"
_sha: "d765d7ba4871a8c2cb38d4134553d3be9a7370d7"
efcore:
_repo: "https://github.com/dotnet/efcore"
_repoName: "dotnet/efcore"
_targetSolution: "All.sln"
_branchName: "main"
_sha: "0ee3ac8de9349f7f9571ed1e50dbb65f9fee3734"
_sha: "1b2ff365399ab6736a9ea4c98ab1b60acda5d917"
razor-tooling:
_repo: "https://github.com/dotnet/razor"
_repoName: "dotnet/razor"
_targetSolution: "Razor.sln"
_branchName: "main"
_sha: "a7f2e33efb28ccdf9b32f1ae45731891f9dfe755"
_sha: "ecb4b595e3322a18c240f50a763868540f51eaaa"
timeoutInMinutes: 60
steps:
- script: eng\integration-test.cmd -repo '$(_repo)' -branchName '$(_branchName)' -sha '$(_sha)' -targetSolution '$(_targetSolution)' -testPath '$(Agent.TempDirectory)\temp' -stage 'prepare'
Expand Down

0 comments on commit fc7a9bf

Please sign in to comment.