File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
src/LoopbackManager.App/Properties/PublishProfiles Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,6 @@ publish/
173173* .azurePubxml
174174# Note: Comment the next line if you want to checkin your web deploy settings,
175175# but database connection strings (with potential passwords) will be unencrypted
176- * .pubxml
177176* .publishproj
178177
179178# Microsoft Azure Web App publish settings. Comment the next line if you want to
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 ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
6+ <PropertyGroup >
7+ <PublishProtocol >FileSystem</PublishProtocol >
8+ <Platform >x64</Platform >
9+ <RuntimeIdentifier >win10-x64</RuntimeIdentifier >
10+ <PublishDir >bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir >
11+ <SelfContained >true</SelfContained >
12+ <PublishSingleFile >False</PublishSingleFile >
13+ <PublishReadyToRun Condition =" '$(Configuration)' == 'Debug'" >False</PublishReadyToRun >
14+ <PublishReadyToRun Condition =" '$(Configuration)' != 'Debug'" >True</PublishReadyToRun >
15+ <!--
16+ See https://github.com/microsoft/CsWinRT/issues/373
17+ <PublishTrimmed>True</PublishTrimmed>
18+ -->
19+ </PropertyGroup >
20+ </Project >
You can’t perform that action at this time.
0 commit comments