File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed
src/SoundFingerprinting.SQL.Tests Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1+ language : csharp
2+ solution : src/SoundFingerprinting.SQL.sln
3+ install :
4+ - nuget restore src/SoundFingerprinting.SQL.sln
5+ - nuget install NUnit.Runners -Version 3.5.0 -OutputDirectory build/testrunner
6+ script :
7+ - xbuild /p:Configuration=Release src/SoundFingerprinting.SQL.sln
8+ notifications :
9+ webhooks :
10+ urls :
11+ - https://webhooks.gitter.im/e/846dee77235fe9abbb02
12+ on_success : change # options: [always|never|change] default: always
13+ on_failure : always # options: [always|never|change] default: always
14+ on_start : never # options: [always|never|change] default: always
15+
Original file line number Diff line number Diff line change 183183 </Choose >
184184 <Import Project =" $(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition =" Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
185185 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
186- <Import Project =" $(SolutionDir)\.nuget\nuget .targets" />
186+ <Import Project =" $(SolutionDir)\.nuget\NuGet .targets" />
187187 <PropertyGroup >
188- <PreBuildEvent >copy "$(ProjectDir)TestEnvironment\*.*" "$(TargetDir)"</PreBuildEvent >
188+ <PreBuildEvent Condition =" '$(OS)' != 'Unix' " >copy "$(ProjectDir)\TestEnvironment\*.*" "$(TargetDir)"</PreBuildEvent >
189+ <PreBuildEvent Condition =" '$(OS)' == 'Unix' " >cp $(ProjectDir)\TestEnvironment/*.* $(TargetDir)</PreBuildEvent >
189190 </PropertyGroup >
190191 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
191192 Other similar extension points exist, see Microsoft.Common.targets.
194195 <Target Name="AfterBuild">
195196 </Target>
196197 -->
197- </Project >
198+ </Project >
You can’t perform that action at this time.
0 commit comments