File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed
Amethyst.Contract/Properties/PublishProfiles Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments