dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
19.03k stars 4.03k forks source link

Create an integration test to validate F5 and Roslyn build scripts (daily Roslyn dev flow) #70579

Open arunchndr opened 1 year ago

arunchndr commented 1 year ago

Intent is to gauge ability to F5 and gate arcade PRs like SDK updates on this test. We should also validate if this be of value given the VS images used in our queue are much older.

CyrusNajmabadi commented 1 year ago

Note: this includes being able to open roslyn.sln in VS and be able to build within that VS.

arunchndr commented 3 months ago

stretch goal: a change to the 'analyzer' layer in Roslyn.sln will get deployed to the hive properly. (it would suffice to just 'touch' a file in that layer. build again, and see that the timestamp of htat dll is updated in the right location in the hive).