diff options
author | Jose <jose@zeroc.com> | 2018-11-12 17:41:52 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2018-11-12 17:42:49 +0100 |
commit | 5c74865c5f912c2e3b7e52f730dcc3c000ff99ea (patch) | |
tree | 966cb163ffad13f51a9fcdaea2e794aa9283ab3b /php | |
parent | Another fix for the assert which could be triggered on OA destruction, fixes ... (diff) | |
download | ice-5c74865c5f912c2e3b7e52f730dcc3c000ff99ea.tar.bz2 ice-5c74865c5f912c2e3b7e52f730dcc3c000ff99ea.tar.xz ice-5c74865c5f912c2e3b7e52f730dcc3c000ff99ea.zip |
Missing pack command in Windows PHP build
Diffstat (limited to 'php')
-rw-r--r-- | php/msbuild/ice.proj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php/msbuild/ice.proj b/php/msbuild/ice.proj index ae10f66cba8..699edc9fe33 100644 --- a/php/msbuild/ice.proj +++ b/php/msbuild/ice.proj @@ -146,5 +146,6 @@ <Copy SourceFiles="$(MSBuildThisFileDirectory)..\..\ICE_LICENSE" DestinationFiles="zeroc.ice.php\ICE_LICENSE.txt" /> <Copy SourceFiles="$(MSBuildThisFileDirectory)..\..\LICENSE" DestinationFiles="zeroc.ice.php\LICENSE.txt" /> + <Exec Command="$(NuGetExe) pack -NoPackageAnalysis -NonInteractive" WorkingDirectory="zeroc.ice.php"/> </Target> </Project> |