提交 83a44935 编写于 作者: T Tomas Matousek

Use absolute path in DiaSymReader nuget pack command

上级 6cbfec92
......@@ -20,7 +20,7 @@
<!-- copy any extra content files (like EULAs) that we need to include -->
<Copy SourceFiles="@(Content)" DestinationFolder="$(OutDir)" SkipUnchangedFiles="true" />
<!-- package! -->
<Exec Command="..\..\.nuget\NuGet Pack %(NuSpec.Identity) -BasePath $(OutDir) -OutputDirectory $(NuGetOutDir) $(NuGetArguments)" />
<Exec Command='..\..\.nuget\NuGet Pack "$(MSBuildProjectDirectory)\%(NuSpec.Identity)" -BasePath $(OutDir) -OutputDirectory $(NuGetOutDir) $(NuGetArguments)' />
</Target>
<Target Name="Clean">
<RemoveDir Directories="$(OutDir)NuGet" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册