Skip to content

Commit 6a842f6

Browse files
committed
Include publish profiles
1 parent 7ad268f commit 6a842f6

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,6 @@ publish/
173173
# Publish Web Output
174174
*.[Pp]ublish.xml
175175
*.azurePubxml
176-
# Note: Comment the next line if you want to checkin your web deploy settings,
177-
# but database connection strings (with potential passwords) will be unencrypted
178-
*.pubxml
179-
*.publishproj
180176

181177
# Microsoft Azure Web App publish settings. Comment the next line if you want to
182178
# checkin your Azure Web App publish settings, but sensitive information contained
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
https://go.microsoft.com/fwlink/?LinkID=208121.
4+
-->
5+
<Project>
6+
<PropertyGroup>
7+
<Configuration>Release</Configuration>
8+
<Platform>x64</Platform>
9+
<PublishDir>bin\Release\Publish</PublishDir>
10+
<PublishProtocol>FileSystem</PublishProtocol>
11+
<_TargetId>Folder</_TargetId>
12+
</PropertyGroup>
13+
</Project>

0 commit comments

Comments
 (0)