Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build samples with .csproj files instead of .sln files
- Some of the samples do not have .sln files, so there were some failures while trying to install NuGet packages. Let's run the nuget restore and msbuild commands with the .csproj files instead. - The WebApplication sample doesn't have a .csproj or .sln file, so we will be unable to run it in CI.
- Loading branch information