File tree Expand file tree Collapse file tree
DefectPX/Properties/PublishProfiles Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ publish/
172172* .azurePubxml
173173# Note: Comment the next line if you want to checkin your web deploy settings,
174174# but database connection strings (with potential passwords) will be unencrypted
175- * .pubxml
175+ # *.pubxml
176176* .publishproj
177177
178178# 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+ <Configuration >Release</Configuration >
8+ <Platform >Any CPU</Platform >
9+ <PublishDir >bin\Release\net5.0-windows\publish\framework-dependent-x64</PublishDir >
10+ <PublishProtocol >FileSystem</PublishProtocol >
11+ <TargetFramework >net5.0-windows</TargetFramework >
12+ <RuntimeIdentifier >win-x64</RuntimeIdentifier >
13+ <SelfContained >false</SelfContained >
14+ <PublishSingleFile >True</PublishSingleFile >
15+ <PublishReadyToRun >False</PublishReadyToRun >
16+ </PropertyGroup >
17+ </Project >
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+ <Configuration >Release</Configuration >
8+ <Platform >Any CPU</Platform >
9+ <PublishDir >bin\Release\net5.0-windows\publish\framework-dependent-x86</PublishDir >
10+ <PublishProtocol >FileSystem</PublishProtocol >
11+ <TargetFramework >net5.0-windows</TargetFramework >
12+ <RuntimeIdentifier >win-x86</RuntimeIdentifier >
13+ <SelfContained >false</SelfContained >
14+ <PublishSingleFile >True</PublishSingleFile >
15+ <PublishReadyToRun >False</PublishReadyToRun >
16+ </PropertyGroup >
17+ </Project >
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+ <Configuration >Release</Configuration >
8+ <Platform >Any CPU</Platform >
9+ <PublishDir >bin\Release\net5.0-windows\publish\portable\</PublishDir >
10+ <PublishProtocol >FileSystem</PublishProtocol >
11+ <TargetFramework >net5.0-windows</TargetFramework >
12+ <SelfContained >false</SelfContained >
13+ </PropertyGroup >
14+ </Project >
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+ <Configuration >Release</Configuration >
8+ <Platform >Any CPU</Platform >
9+ <PublishDir >bin\Release\net5.0-windows\publish\self-contained-x64</PublishDir >
10+ <PublishProtocol >FileSystem</PublishProtocol >
11+ <TargetFramework >net5.0-windows</TargetFramework >
12+ <RuntimeIdentifier >win-x64</RuntimeIdentifier >
13+ <SelfContained >true</SelfContained >
14+ <PublishSingleFile >True</PublishSingleFile >
15+ <PublishReadyToRun >False</PublishReadyToRun >
16+ <PublishTrimmed >False</PublishTrimmed >
17+ </PropertyGroup >
18+ </Project >
You can’t perform that action at this time.
0 commit comments