getting-started-dotnet icon indicating copy to clipboard operation
getting-started-dotnet copied to clipboard

BigquerySample builds twice before running

Open simonz130 opened this issue 8 years ago • 0 comments

In runTests.ps1 of buildquery sample we edit program.cs, then do dotnet restore and then dotnet test. This in turn compiles the project before running tests, even though the project should have been compiled already in build process. We should rather use configuration and pass the right parameter when running the tests, as well as not prebuilding before running the tests.

simonz130 avatar Feb 06 '18 21:02 simonz130