Skip to content

Commit

Permalink
(build) update build items
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Jan 3, 2018
1 parent 84d5a79 commit 253b722
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .build/analyzers/gallio.test.step
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

<target name="open_results">
<echo level="Warning" message="Opening results - ${path::get-full-path(dirs.test_results) + path.separator + file.test_results + '.html'}" />
<results display="${path::get-full-path(dirs.test_results) + path.separator + file.test_results + '.html'}" />
<!-- <results display="${path::get-full-path(dirs.test_results) + path.separator + file.test_results + '.html'}" /> -->
</target>

</project>
2 changes: 1 addition & 1 deletion .build/analyzers/mbunit2.test.step
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

<target name="open_results">
<echo level="Warning" message="Opening results - ${path::get-full-path(dirs.test_results) + path.separator + file.test_results + '.html'}" />
<results display="${path::get-full-path(dirs.test_results) + path.separator + file.test_results + '.html'}" />
<!-- <results display="${path::get-full-path(dirs.test_results) + path.separator + file.test_results + '.html'}" /> -->
</target>

</project>
2 changes: 1 addition & 1 deletion .build/analyzers/metrics.step
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@

<target name="open_results">
<echo message="Opening results - ${path::get-full-path(dirs.metrics_results) + path.separator + file.metrics_results}."/>
<results display="${path::get-full-path(dirs.metrics_results) + path.separator + file.metrics_results}" />
<!-- <results display="${path::get-full-path(dirs.metrics_results) + path.separator + file.metrics_results}" /> -->
</target>
</project>
2 changes: 1 addition & 1 deletion .build/analyzers/moma.step
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

<target name="open_results">
<echo level="Warning" message="Opening results - ${path::get-full-path(dirs.moma_results) + path.separator + file.moma_results}."/>
<results display="${path::get-full-path(dirs.moma_results) + path.separator + file.moma_results}" />
<!-- <results display="${path::get-full-path(dirs.moma_results) + path.separator + file.moma_results}" /> -->
</target>

</project>
2 changes: 1 addition & 1 deletion .build/analyzers/ncover.cover.step
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@

<target name="open_results">
<echo level="Warning" message="Opening results - ${path::get-full-path(dirs.codecoverage_results) + path.separator + file.html.code_coverage_results}" />
<results display="${path::get-full-path(dirs.codecoverage_results) + path.separator + file.html.code_coverage_results}" />
<!-- <results display="${path::get-full-path(dirs.codecoverage_results) + path.separator + file.html.code_coverage_results}" /> -->
</target>
</project>
2 changes: 1 addition & 1 deletion .build/analyzers/ndepend.step
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<target name="open_results">
<echo level="Warning" message="Opening results - ${path::get-full-path(dirs.ndepend_results) + path.separator + 'NDependReport.html'}" />
<results display="${path::get-full-path(dirs.ndepend_results) + path.separator + 'NDependReport.html'}" />
<!-- <results display="${path::get-full-path(dirs.ndepend_results) + path.separator + 'NDependReport.html'}" /> -->
</target>

</project>
2 changes: 1 addition & 1 deletion .build/analyzers/nitriq.step
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

<target name="open_results">
<echo level="Warning" message="Opening results - ${path::get-full-path(dirs.nitriq_results) + path.separator + file.html.nitriq_results}" />
<results display="${path::get-full-path(dirs.nitriq_results) + path.separator + file.html.nitriq_results}" />
<!-- <results display="${path::get-full-path(dirs.nitriq_results) + path.separator + file.html.nitriq_results}" /> -->
</target>

</project>
2 changes: 1 addition & 1 deletion .build/analyzers/nunit.test.step
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@

<target name="open_results">
<echo level="Warning" message="Opening results - ${path::get-full-path(dirs.test_results) + path.separator + file.test_results + '.html'}" />
<results display="${path::get-full-path(dirs.test_results) + path.separator + file.test_results + '.html'}" />
<!-- <results display="${path::get-full-path(dirs.test_results) + path.separator + file.test_results + '.html'}" /> -->
</target>

</project>
2 changes: 1 addition & 1 deletion .build/analyzers/opencover.cover.step
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@

<target name="open_results">
<echo level="Warning" message="Opening results - ${path::get-full-path(dirs.codecoverage_results) + path.separator + file.html.code_coverage_results}" />
<results display="${path::get-full-path(dirs.codecoverage_results) + path.separator + file.html.code_coverage_results}" />
<!-- <results display="${path::get-full-path(dirs.codecoverage_results) + path.separator + file.html.code_coverage_results}" /> -->
</target>

</project>
2 changes: 1 addition & 1 deletion .build/analyzers/xunit.test.step
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@

<target name="open_results">
<echo level="Warning" message="Opening results - ${path::get-full-path(dirs.test_results) + path.separator + file.test_results + '.html'}" />
<results display="${path::get-full-path(dirs.test_results) + path.separator + file.test_results + '.html'}" />
<!-- <results display="${path::get-full-path(dirs.test_results) + path.separator + file.test_results + '.html'}" /> -->
</target>

</project>
3 changes: 2 additions & 1 deletion .build/default.build.settings
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
<property name="folder.build_scripts_custom" value="build.custom" overwrite="false" />
<property name="dirs.build_scripts_custom" value="${dirs.current}${path.separator}${folder.build_scripts_custom}" overwrite="false" />

<include buildfile="${dirs.build_scripts}${path.separator}csharp.functions" />
<!-- Fails on namespace imports with latest -->
<!--<include buildfile="${dirs.build_scripts}${path.separator}csharp.functions" />-->

<property name="folder.code_build" value="build_output" overwrite="false" />
<property name="dirs.code_build" value="${dirs.current}${path.separator}${folder.code_build}" overwrite="false" />
Expand Down

0 comments on commit 253b722

Please sign in to comment.