Skip to content

Commit

Permalink
skip devenv/setup during build
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed May 5, 2010
1 parent fe5d740 commit 6193e62
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions VsIntegration/TechTalk.SpecFlow.VsIntegration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -137,20 +137,17 @@
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\VSSDK\Microsoft.VsSDK.targets" />
<PropertyGroup>
<SettingUpDevenvDependsOn>$(SettingUpDevenvDependsOn);SkipDevenvSetup</SettingUpDevenvDependsOn>
</PropertyGroup>
<Target Name="SkipDevenvSetup">
<Touch Files="$(DevenvSetupStateFile)" />
</Target>

<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>-->
<PropertyGroup>
<!--<PrepareForRunDependsOn>
ZipProjects;
ZipItems;
$(PrepareForRunDependsOn)
</PrepareForRunDependsOn>-->
<!--<ZipFilesDependsOn>VsTemplatePathsTarget;GetZipFilesFromVSTemplates;CalculateZipFiles</ZipFilesDependsOn>-->
<!--<ZipFilesDependsOn>GetZipFilesFromVSTemplates;CalculateZipFiles</ZipFilesDependsOn>-->
</PropertyGroup>

<Target Name="AfterBuild">
<ItemGroup>
<OutputZipFiles Include="$(ZipIntermediatePath)\*.zip" />
Expand Down

0 comments on commit 6193e62

Please sign in to comment.