Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
sayedihashimi committed Jan 8, 2012
1 parent d64b21a commit 95bd61b
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@
<ExportManifestFile Manifests="@(_TmpMsDeploySourceManifest)" ManifestFile="$(_AppOfflineSourceManifestFileFullPath)" />
</Target>

<!--***********************************************************************
Make sure app_offline-template.htm gets published as app_offline.htm
***************************************************************************-->
<!-- We need to create a replace rule for app_offline-template.htm->app_offline.htm for when the app get's published -->
<ItemGroup>
<FilesForPackagingFromProject Include="app_offline-template.htm">
Expand All @@ -144,6 +147,12 @@
</MsDeploySkipRules>
</ItemGroup>

<!--***********************************************************************
When publish is completed we need to delete the app_offline.htm
***************************************************************************-->



<Target Name="Sample" BeforeTargets="MSDeployPublish">
<ItemGroup>
<_AoMsDeployDestinationProviderSettingTemp Include="auto">
Expand Down

0 comments on commit 95bd61b

Please sign in to comment.