Skip to content

Commit b965eef

Browse files
committed
使用完整路径
1 parent 1ecb41b commit b965eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebApiClientCore/WebApiClientCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</ItemGroup>
4949

5050
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
51-
<Exec Command="dotnet publish ../WebApiClientCore.Analyzers/WebApiClientCore.Analyzers.csproj -c Release -o NugetPackage/analyzers/dotnet/cs" />
51+
<Exec Command="dotnet publish ../WebApiClientCore.Analyzers/WebApiClientCore.Analyzers.csproj -c Release -o $(MSBuildProjectDirectory)/NugetPackage/analyzers/dotnet/cs" />
5252
</Target>
5353

5454
</Project>

0 commit comments

Comments
 (0)