We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ecb41b commit b965eefCopy full SHA for b965eef
WebApiClientCore/WebApiClientCore.csproj
@@ -48,7 +48,7 @@
48
</ItemGroup>
49
50
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
51
- <Exec Command="dotnet publish ../WebApiClientCore.Analyzers/WebApiClientCore.Analyzers.csproj -c Release -o NugetPackage/analyzers/dotnet/cs" />
+ <Exec Command="dotnet publish ../WebApiClientCore.Analyzers/WebApiClientCore.Analyzers.csproj -c Release -o $(MSBuildProjectDirectory)/NugetPackage/analyzers/dotnet/cs" />
52
</Target>
53
54
</Project>
0 commit comments