Skip to content

Commit b94234f

Browse files
author
Jake Ginnivan
committed
Removed publish target from default
1 parent 877ca32 commit b94234f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ConventionTests.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Test;Publish" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project DefaultTargets="Test" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Root>$(MSBuildProjectDirectory)\</Root>
55
<BuildPlatform Condition="$(BuildPlatform) == ''">Any CPU</BuildPlatform>

0 commit comments

Comments
 (0)