Free cookie consent management tool by TermsFeed Policy Generator

Changeset 12879


Ignore:
Timestamp:
08/18/15 10:14:34 (9 years ago)
Author:
ascheibe
Message:

#2388 added missing prebuild events

Location:
trunk/sources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.WebApp.Maintenance/3.3/HeuristicLab.Services.WebApp.Maintenance-3.3.csproj

    r12775 r12879  
    203203    <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
    204204  </Target>
     205  <PropertyGroup>
     206    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     207set ProjectDir=$(ProjectDir)
     208set SolutionDir=$(SolutionDir)
     209set Outdir=$(Outdir)
     210
     211call PreBuildEvent.cmd</PreBuildEvent>
     212  </PropertyGroup>
    205213  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    206214       Other similar extension points exist, see Microsoft.Common.targets.
  • trunk/sources/HeuristicLab.Services.WebApp.Statistics/3.3/HeuristicLab.Services.WebApp.Statistics-3.3.csproj

    r12773 r12879  
    299299    <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
    300300  </Target>
     301  <PropertyGroup>
     302    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     303set ProjectDir=$(ProjectDir)
     304set SolutionDir=$(SolutionDir)
     305set Outdir=$(Outdir)
     306
     307call PreBuildEvent.cmd</PreBuildEvent>
     308  </PropertyGroup>
    301309  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    302310       Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset for help on using the changeset viewer.