Azure-Samples / azure-batch-samples

Azure Batch and HPC Code Samples
Other
260 stars 487 forks source link

Investigate how to handle CI for the MPI sample .vcxproj #187

Closed jasper-schneider closed 7 years ago

jasper-schneider commented 8 years ago

The C# MPI Article sample includes a .vcxproj example MSMPI application. This project is currently ignored by CI. We should investigate how to best handle it. MSBuild does support the .vcxproj format, but we need to see how easy it is to integrate with our AppVeyor CI build.