Skip to content

Commit bb63490

Browse files
committed
target csproj
1 parent f4178e7 commit bb63490

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DataAnnotationsExtensions.ClientValidation/DataAnnotationsExtensions.ClientValidation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
-->
135135
<Target Name="AfterBuild" Condition=" '$(Configuration)' == 'Release'">
136136

137-
<Exec Command="nuget pack -IncludeReferencedProjects -Prop Configuration=Release"></Exec>
137+
<Exec Command="nuget pack DataAnnotationsExtensions.ClientValidation.csproj -IncludeReferencedProjects -Prop Configuration=Release"></Exec>
138138

139139
</Target>
140140
</Project>

DataAnnotationsExtensions/DataAnnotationsExtensions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
-->
9393
<Target Name="AfterBuild" Condition=" '$(Configuration)' == 'Release'">
9494

95-
<Exec Command="nuget pack -Prop Configuration=Release"></Exec>
95+
<Exec Command="nuget pack DataAnnotationsExtensions.csproj -Prop Configuration=Release"></Exec>
9696

9797
</Target>
9898
</Project>

0 commit comments

Comments
 (0)