Created
May 7, 2021 19:39
-
-
Save tetrashine/505559fc22f0538b86b448b882254a87 to your computer and use it in GitHub Desktop.
Web Publishing Profile xml - runCommand
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Target Name="executeEncryptionInHost" AfterTargets="AddIisSettingAndFileContentsToSourceManifest"> | |
<Message Text="Executing encryption batch script" /> | |
<ItemGroup> | |
<MsDeploySourceManifest Include="runCommand"> | |
<path>E:\scripts\run_encrypt.bat</path> | |
</MsDeploySourceManifest> | |
</ItemGroup> | |
</Target> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment