Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit 0997683

Browse files
committed
Add NAnt addin sample to build.
1 parent 5d4cded commit 0997683

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Automated.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@
132132
Properties="Configuration=Release;BranchName=$(BranchName)"/>
133133
<!-- <MSBuild Projects="$(SamplesSrc)\MSTest\MSTest.SharpDevelop.sln
134134
Targets="build;clean"
135-
Properties="Configuration=Release;BranchName=$(BranchName)"/>
135+
Properties="Configuration=Release;BranchName=$(BranchName)"/>-->
136136
<MSBuild Projects="$(SamplesSrc)\NAnt\NAnt.AddIn.sln"
137137
Targets="build;clean"
138-
Properties="Configuration=Release;BranchName=$(BranchName)"/>-->
138+
Properties="Configuration=Release;BranchName=$(BranchName)"/>
139139
<MSBuild Projects="$(SamplesSrc)\PInvokeAddIn\PInvokeAddIn.sln"
140140
Targets="build;clean"
141141
Properties="Configuration=Release;BranchName=$(BranchName)"/>

0 commit comments

Comments
 (0)